Avoid excess builds for now

This commit is contained in:
Jamie Curnow 2023-05-26 21:53:24 +10:00
parent e61cf52a65
commit e889714642
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

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