Skip to content

Commit

Permalink
Filter non-supported buildbox builds from release
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jun 16, 2023
1 parent 29ca154 commit 2ad5f40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- x86_64
- aarch64
- ppc64le
exclude:
- dist: amzn2023
arch: ppc64le
- dist: ubuntu-20.04
arch: ppc64le
- dist: ubuntu-22.04
arch: ppc64le
name: Release buildbox
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2ad5f40

Please sign in to comment.