Skip to content

Commit 81c1a7e

Browse files
committed
Re-enable arm64
1 parent 030f3c9 commit 81c1a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build-backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ docker pull "${IMAGE}"
7070
#build_backend "darwin" "amd64"
7171
#build_backend "darwin" "arm64"
7272
build_backend "linux" "amd64"
73-
#build_backend "linux" "arm64"
73+
build_backend "linux" "arm64"
7474
build_backend "linux" "arm"
7575
#build_backend "openbsd" "amd64"
7676
#build_backend "windows" "amd64"

0 commit comments

Comments
 (0)