We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ed953 commit 5bd3edeCopy full SHA for 5bd3ede
docker/Dockerfile.linux.arm
@@ -9,5 +9,5 @@ RUN apk add -U ca-certificates python3 && \
9
rm -rf /var/cache/apk/* && \
10
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
11
12
-ADD release/linux/amd64/drone-pypi /bin/
+ADD release/linux/arm/drone-pypi /bin/
13
ENTRYPOINT ["/bin/drone-pypi"]
docker/Dockerfile.linux.arm64
+ADD release/linux/arm64/drone-pypi /bin/
0 commit comments