Skip to content

Commit

Permalink
Test changes on automation for building the snap on arm64 is working
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed Sep 12, 2024
1 parent c190cba commit 244e712
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
yamllint .yamllint snap/snapcraft.yaml
build:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
runs-on: [[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
secrets: inherit

release:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.runs-on }}
needs: check
strategy:
fail-fast: false
matrix:
runs-on: [[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]
outputs:
snap: ${{ steps.build.outputs.snap }}
steps:
Expand Down

0 comments on commit 244e712

Please sign in to comment.