Skip to content

Commit

Permalink
fix ARMv7
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 23, 2023
1 parent 320a533 commit 8cb77e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flux/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ RUN echo a.1; \
case ${TARGETPLATFORM} in \
"linux/amd64") arch=64-bit ;; \
"linux/arm64") arch=ARM64 ;; \
"linux/arm/v7") arch=ARM64v7 ;; \
"linux/arm/v6") arch=ARM64v6 ;; \
"linux/arm/v7") arch=ARMv7 ;; \
"linux/arm/v6") arch=ARMv6 ;; \
"linux/386") arch=NONE_i386 ;; \
esac; \
cd /tmp; curl -fSL -O https://ghproxy.com/https://github.com/ochinchina/supervisord/releases/download/v0.7.3/supervisord_0.7.3_Linux_$arch.tar.gz; \
Expand Down

0 comments on commit 8cb77e6

Please sign in to comment.