Skip to content

Commit

Permalink
🐛 only build linux mondoo meta package
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Oct 6, 2023
1 parent 81a4253 commit d1a8975
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_mondoo_pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
run: |
cd helper/packages
sha256sum *linux* > checksums.linux.txt
sha256sum *windows* > checksums.windows.txt
sha256sum *darwin* > checksums.macos.txt
- name: Upload files to releases.mondoo.com
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release_mondoo_pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
run: |
cd helper/packages
sha256sum *linux* > checksums.linux.txt
sha256sum *windows* > checksums.windows.txt
sha256sum *darwin* > checksums.macos.txt
- name: Upload files to releases.mondoo.com
run: |
gsutil cp -r helper/packages/* gs://releases-us.mondoo.io/mondoo/${VERSION}/
Expand Down
4 changes: 2 additions & 2 deletions helper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
all:
./build_debs.sh
./build_rpms.sh
./build_tgzs.sh
./build_zips.sh
# ./build_tgzs.sh
# ./build_zips.sh
file packages/*

clean:
Expand Down

0 comments on commit d1a8975

Please sign in to comment.