Skip to content

Commit 5a0d7e0

Browse files
committed
update package-build script with platforms
1 parent 03576ee commit 5a0d7e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Build
14-
run: ./package-build.sh
14+
run: ./package-build.sh "$PLATFORMS"
1515
env:
1616
TRAVIS_REPO_SLUG: ${{github.repository}}
1717
TRAVIS_TAG: ${{github.ref_name}}
1818
FULL_PRUNE: 1
19+
PLATFORMS: "ubuntu1404 ubuntu1604 alpine amazon2 amazon2023 debian10 debian11 centos7 centos8 rocky9 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64"
1920
- name: Sha512sum
2021
run: cd dist && sha512sum ./*.tar.gz > "./monitoring-plugins_${TRAVIS_TAG}_sha512-checksums.txt"
2122
env:

0 commit comments

Comments
 (0)