File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -eux; \
3131 case "${arch##*-}" in \
3232 x86_64 | amd64) ARCH='amd64' ;; \
3333 ppc64el | ppc64le) ARCH='ppc64le' ;; \
34- aarch64) ARCH='arm64' ;; \
34+ aarch64 | arm64 ) ARCH='arm64' ;; \
3535 *) echo "unsupported architecture" ; exit 1 ;; \
3636 esac; \
3737 wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -eux; \
3131 case "${arch##*-}" in \
3232 x86_64 | amd64) ARCH='amd64' ;; \
3333 ppc64el | ppc64le) ARCH='ppc64le' ;; \
34- aarch64) ARCH='arm64' ;; \
34+ aarch64 | arm64 ) ARCH='arm64' ;; \
3535 *) echo "unsupported architecture" ; exit 1 ;; \
3636 esac; \
3737 wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -eux; \
2222 case "${arch##*-}" in \
2323 x86_64 | amd64) ARCH='amd64' ;; \
2424 ppc64el | ppc64le) ARCH='ppc64le' ;; \
25- aarch64) ARCH='arm64' ;; \
25+ aarch64 | arm64 ) ARCH='arm64' ;; \
2626 *) echo "unsupported architecture" ; exit 1 ;; \
2727 esac; \
2828 wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -eux; \
1515 case "${arch##*-}" in \
1616 x86_64 | amd64) ARCH='amd64' ;; \
1717 ppc64el | ppc64le) ARCH='ppc64le' ;; \
18- aarch64) ARCH='arm64' ;; \
18+ aarch64 | arm64 ) ARCH='arm64' ;; \
1919 *) echo "unsupported architecture"; exit 1 ;; \
2020 esac; \
2121 wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN set -eux; \
3333 case "${arch##*-}" in \
3434 x86_64 | amd64) ARCH='amd64' ;; \
3535 ppc64el | ppc64le) ARCH='ppc64le' ;; \
36- aarch64) ARCH='arm64' ;; \
36+ aarch64 | arm64 ) ARCH='arm64' ;; \
3737 *) echo "unsupported architecture"; exit 1 ;; \
3838 esac; \
3939 wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -eux; \
2020 case "${arch##*-}" in \
2121 x86_64 | amd64) ARCH='amd64' ;; \
2222 ppc64el | ppc64le) ARCH='ppc64le' ;; \
23- aarch64) ARCH='arm64' ;; \
23+ aarch64 | arm64 ) ARCH='arm64' ;; \
2424 *) echo "unsupported architecture" ; exit 1 ;; \
2525 esac; \
2626 wget -nv -O - https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-${ARCH}.tar.gz \
You can’t perform that action at this time.
0 commit comments