Skip to content

Commit

Permalink
chore: exclude registry1 arm64 architecture from matrix (#97)
Browse files Browse the repository at this point in the history
## Description
Exclude registry flavor + arm64 architecture combination from matrix.
Missed this in original pre release testing changes.

## Related Issue

Relates to #84 

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-package-mattermost/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
ericwyles committed Jun 20, 2024
1 parent b337bdb commit 7c6199d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
matrix:
flavor: [upstream, registry1]
architecture: [amd64, arm64]
exclude:
- flavor: registry1
architecture: arm64
name: Publish ${{ matrix.flavor }} ${{ matrix.architecture }}

permissions:
Expand Down

0 comments on commit 7c6199d

Please sign in to comment.