Skip to content

Commit

Permalink
update package-build script with platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadowyj committed Mar 15, 2024
1 parent 03576ee commit 5a0d7e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: ./package-build.sh
run: ./package-build.sh "$PLATFORMS"
env:
TRAVIS_REPO_SLUG: ${{github.repository}}
TRAVIS_TAG: ${{github.ref_name}}
FULL_PRUNE: 1
PLATFORMS: "ubuntu1404 ubuntu1604 alpine amazon2 amazon2023 debian10 debian11 centos7 centos8 rocky9 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64"
- name: Sha512sum
run: cd dist && sha512sum ./*.tar.gz > "./monitoring-plugins_${TRAVIS_TAG}_sha512-checksums.txt"
env:
Expand Down

0 comments on commit 5a0d7e0

Please sign in to comment.