Use docker buildx and remove qemu-static binary (#4922)
This commit is contained in:
parent
a9dc66f40c
commit
c86e4e0d9a
4 changed files with 16 additions and 40 deletions
|
|
@ -15,8 +15,6 @@
|
|||
|
||||
FROM alpine:3.11 as builder
|
||||
|
||||
CROSS_BUILD_COPY qemu-ARCH-static /usr/bin/
|
||||
|
||||
COPY . /
|
||||
|
||||
RUN apk add -U bash \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue