Try to copy single qemu file
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-30 15:44:05 -08:00
parent 7bc4392f5f
commit 6ec3055815
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ FROM ${REPO}/python:3-alpine
# This should be the target qemu arch
ARG ARCH=x86_64
COPY --from=qemu-user-static /usr/bin/qemu-* /usr/bin/
COPY --from=qemu-user-static /usr/bin/qemu-${ARCH}-* /usr/bin/
# Everything below here is just a simple example