Go back to copying all files because drone doesn't like this
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-30 11:35:59 -08:00
parent 5b69eacdd5
commit c67fe1f4c7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN touch /usr/bin/qemu-x86_64-fake
FROM ${REPO}/alpine:3.10
# Copying all qemu files because amd64 doesn't exist and cannot condional copy
COPY --from=qemu-user-static /usr/bin/qemu-${ARCH}-* /usr/bin/
COPY --from=qemu-user-static /usr/bin/qemu-* /usr/bin/
RUN mkdir /app
WORKDIR /app/