1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-29 19:01:13 +03:00

Re-enable arm64

This commit is contained in:
Jamie Curnow
2023-05-27 12:43:40 +10:00
parent 030f3c9d83
commit 81c1a7eb16

View File

@ -70,7 +70,7 @@ docker pull "${IMAGE}"
#build_backend "darwin" "amd64"
#build_backend "darwin" "arm64"
build_backend "linux" "amd64"
#build_backend "linux" "arm64"
build_backend "linux" "arm64"
build_backend "linux" "arm"
#build_backend "openbsd" "amd64"
#build_backend "windows" "amd64"