We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03576ee commit 5a0d7e0Copy full SHA for 5a0d7e0
.github/workflows/release.yml
@@ -11,11 +11,12 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- name: Build
14
- run: ./package-build.sh
+ run: ./package-build.sh "$PLATFORMS"
15
env:
16
TRAVIS_REPO_SLUG: ${{github.repository}}
17
TRAVIS_TAG: ${{github.ref_name}}
18
FULL_PRUNE: 1
19
+ PLATFORMS: "ubuntu1404 ubuntu1604 alpine amazon2 amazon2023 debian10 debian11 centos7 centos8 rocky9 ubuntu1804 ubuntu2004 ubuntu2204 raspberrypi64"
20
- name: Sha512sum
21
run: cd dist && sha512sum ./*.tar.gz > "./monitoring-plugins_${TRAVIS_TAG}_sha512-checksums.txt"
22
0 commit comments