This commit is contained in:
parent
01dc2dd149
commit
b5e99939fb
@ -4,7 +4,7 @@ FROM multiarch/qemu-user-static:4.2.0-2 as qemu-user-static
|
|||||||
# Make sure a dummy x86_64 file exists so that the copy command doesn't error
|
# Make sure a dummy x86_64 file exists so that the copy command doesn't error
|
||||||
# RUN touch /usr/bin/qemu-x86_64-fake
|
# RUN touch /usr/bin/qemu-x86_64-fake
|
||||||
|
|
||||||
FROM ${REPO}/python:3.8-slim
|
FROM ${REPO}/python:3.8-alpine
|
||||||
|
|
||||||
# Copy mutliarch file to run builds on x86_64
|
# Copy mutliarch file to run builds on x86_64
|
||||||
ARG ARCH=x86_64
|
ARG ARCH=x86_64
|
||||||
|
Loading…
Reference in New Issue
Block a user