Skip to content

Commit

Permalink
Adding linux/ppc64le and linux/s390x support. Adding sbom support for…
Browse files Browse the repository at this point in the history
… all artifacts. Updated Docker base image versions.

Signed-off-by: Nathan Phelps <[email protected]>
  • Loading branch information
naphelps committed May 24, 2024
1 parent 37cafcd commit 8578e57
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 82 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,12 @@ jobs:
uses: actions/cache@v4
with:
path: |
./dist/**/bao
./dist/**/*.exe
./dist/**/*.deb
./dist/**/*.rpm
./dist/*.tar.gz
./dist/*.tar.gz.zst
./dist/*.zip
key: ${{ github.ref }}

Expand Down
Loading

0 comments on commit 8578e57

Please sign in to comment.