1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-06-24 09:21:43 +03:00

Avoid excess builds for now

This commit is contained in:
Jamie Curnow
2023-05-26 21:53:24 +10:00
parent e61cf52a65
commit e889714642

View File

@ -67,13 +67,13 @@ build_backend() {
docker pull "${IMAGE}" docker pull "${IMAGE}"
build_backend "darwin" "amd64" #build_backend "darwin" "amd64"
build_backend "darwin" "arm64" #build_backend "darwin" "arm64"
build_backend "linux" "amd64" build_backend "linux" "amd64"
build_backend "linux" "arm64" build_backend "linux" "arm64"
build_backend "linux" "arm" build_backend "linux" "arm"
build_backend "openbsd" "amd64" #build_backend "openbsd" "amd64"
build_backend "windows" "amd64" #build_backend "windows" "amd64"
cleanup cleanup