mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
refactor: prefer 'gnueabihf' binary for Debian linux/arm/v7 Docker image (#609)
This commit is contained in:
@@ -18,9 +18,7 @@ RUN set -ex \
|
||||
"linux/amd64") target='x86_64-unknown-linux-gnu' ;; \
|
||||
"linux/arm64") target='aarch64-unknown-linux-gnu' ;; \
|
||||
"linux/386") target='i686-unknown-linux-gnu' ;; \
|
||||
# TODO: linux/arm/v7 will use 'gnueabihf' instead of 'musleabihf' binary once available \
|
||||
# "linux/arm/v7") target='armv7-unknown-linux-gnueabihf' ;; \
|
||||
"linux/arm/v7") target='armv7-unknown-linux-musleabihf' ;; \
|
||||
"linux/arm/v7") target='armv7-unknown-linux-gnueabihf' ;; \
|
||||
"linux/arm/v6") target='arm-unknown-linux-gnueabihf' ;; \
|
||||
"linux/ppc64le") target='powerpc64le-unknown-linux-gnu' ;; \
|
||||
"linux/s390x") target='s390x-unknown-linux-gnu' ;; \
|
||||
|
||||
Reference in New Issue
Block a user