Skip to content

Commit 96c9bd1

Browse files
authored
cleanup: fix spacing between jobs; test: building snaps in arm
1 parent 80dd94a commit 96c9bd1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,15 @@ jobs:
5656
tldr --version
5757
5858
build-snap:
59-
runs-on: ubuntu-latest
59+
runs-on: ${{ matrix.os }}
60+
61+
strategy:
62+
matrix:
63+
os: ['ubuntu-latest', 'ubuntu-24.04-arm']
6064

6165
steps:
6266
- uses: actions/checkout@v4
67+
6368
- uses: canonical/action-build@3bdaa03e1ba6bf59a65f84a751d943d549a54e79 # v1.3.0
6469
id: snapcraft-build
6570
with:

0 commit comments

Comments
 (0)