mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-05-18 07:40:36 +00:00
Retire support for armv7 builds as NodeJS no longer builds for armhf
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ docker buildx create --name "${BUILDX_NAME:-nginx-full}" || echo
|
||||
docker buildx use "${BUILDX_NAME:-nginx-full}"
|
||||
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/7 \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--progress plain \
|
||||
--pull \
|
||||
--build-arg BASE_IMAGE \
|
||||
|
||||
@@ -17,10 +17,6 @@ case $TARGETPLATFORM in
|
||||
ARCH=arm64
|
||||
;;
|
||||
|
||||
linux/arm/v7)
|
||||
ARCH=arm
|
||||
;;
|
||||
|
||||
*)
|
||||
ARCH=amd64
|
||||
;;
|
||||
|
||||
@@ -13,10 +13,6 @@ case $TARGETPLATFORM in
|
||||
ARCH=arm64
|
||||
;;
|
||||
|
||||
linux/arm/v7)
|
||||
ARCH=arm
|
||||
;;
|
||||
|
||||
*)
|
||||
ARCH=amd64
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user