fix wrong archtype in Dockerfile

This commit is contained in:
Robert Kaussow
2019-02-08 14:54:05 +01:00
parent 65ed953a75
commit 5bd3ede5f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ RUN apk add -U ca-certificates python3 && \
rm -rf /var/cache/apk/* && \
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
ADD release/linux/amd64/drone-pypi /bin/
ADD release/linux/arm/drone-pypi /bin/
ENTRYPOINT ["/bin/drone-pypi"]
+1 -1
View File
@@ -9,5 +9,5 @@ RUN apk add -U ca-certificates python3 && \
rm -rf /var/cache/apk/* && \
pip3 install --no-cache-dir --upgrade pip setuptools wheel six twine
ADD release/linux/amd64/drone-pypi /bin/
ADD release/linux/arm64/drone-pypi /bin/
ENTRYPOINT ["/bin/drone-pypi"]