Use docker buildx and remove qemu-static binary (#4922)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-13 20:34:24 -03:00 committed by GitHub
parent a9dc66f40c
commit c86e4e0d9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 40 deletions

View file

@ -15,8 +15,6 @@
FROM alpine:3.11 as builder
CROSS_BUILD_COPY qemu-ARCH-static /usr/bin/
COPY . /
RUN apk add -U bash \