Skip to content

Commit e889714

Browse files
committed
Avoid excess builds for now
1 parent e61cf52 commit e889714

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/ci/build-backend

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ build_backend() {
6767

6868
docker pull "${IMAGE}"
6969

70-
build_backend "darwin" "amd64"
71-
build_backend "darwin" "arm64"
70+
#build_backend "darwin" "amd64"
71+
#build_backend "darwin" "arm64"
7272
build_backend "linux" "amd64"
7373
build_backend "linux" "arm64"
7474
build_backend "linux" "arm"
75-
build_backend "openbsd" "amd64"
76-
build_backend "windows" "amd64"
75+
#build_backend "openbsd" "amd64"
76+
#build_backend "windows" "amd64"
7777

7878
cleanup
7979

0 commit comments

Comments
 (0)