Skip to content

Commit 4e0f5e3

Browse files
committed
Enable generating arm64 linux bundles by default
Now linux arm64 pipeline is created to test those bundle and we are planing to release the arm64 bundles along with crc arm64 release of linux. This PR enables by default to create linux arm64 bundles same as mac arm64 bundles.
1 parent 1bd80bf commit 4e0f5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ case "${ARCH}" in
3131
yq_ARCH="arm64"
3232
SNC_GENERATE_MACOS_BUNDLE=${SNC_GENERATE_MACOS_BUNDLE:-1}
3333
SNC_GENERATE_WINDOWS_BUNDLE=${SNC_GENERATE_WINDOWS_BUNDLE:-0}
34-
SNC_GENERATE_LINUX_BUNDLE=${SNC_GENERATE_LINUX_BUNDLE:-0}
34+
SNC_GENERATE_LINUX_BUNDLE=${SNC_GENERATE_LINUX_BUNDLE:-1}
3535
;;
3636
*)
3737
yq_ARCH=${ARCH}

0 commit comments

Comments
 (0)