Skip to content

Commit

Permalink
ci: publish snaps to arm64 (#5248)
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal authored Feb 19, 2025
1 parent 48ae4d8 commit f36284b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
runner:
- [self-hosted, amd64]
- [self-hosted, arm64]
runs-on: ${{ matrix.runner }}
steps:
- name: Decision to Publish
id: decisions
Expand Down

0 comments on commit f36284b

Please sign in to comment.