Skip to content

Commit f42e701

Browse files
temporarily disable provider builds for faster feedback
Signed-off-by: Gary Bright <gary@mondoo.com>
1 parent b15fb8b commit f42e701

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/provider_bundler.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@ build_bundle(){
9595

9696
# Build Darwin Architectures
9797
build_bundle darwin amd64
98-
build_bundle darwin arm64
98+
#build_bundle darwin arm64
9999

100100
# Build Linux Architectures
101101
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
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
108108

109109
# Build Windows Architectures
110110
build_bundle windows amd64

0 commit comments

Comments
 (0)