We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15fb8b commit f42e701Copy full SHA for f42e701
scripts/provider_bundler.sh
@@ -95,16 +95,16 @@ build_bundle(){
95
96
# Build Darwin Architectures
97
build_bundle darwin amd64
98
-build_bundle darwin arm64
+#build_bundle darwin arm64
99
100
# Build Linux Architectures
101
build_bundle linux amd64
102
-build_bundle linux 386
103
-build_bundle linux arm64
104
-build_bundle linux arm 6
105
-build_bundle linux arm 7
106
-build_bundle linux ppc64le
107
-build_bundle linux s390x
+#build_bundle linux 386
+#build_bundle linux arm64
+#build_bundle linux arm 6
+#build_bundle linux arm 7
+#build_bundle linux ppc64le
+#build_bundle linux s390x
108
109
# Build Windows Architectures
110
build_bundle windows amd64
0 commit comments