Avoid excess builds for now
This commit is contained in:
parent
e61cf52a65
commit
e889714642
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue