Skip to content

Commit

Permalink
ci: use github arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Jan 17, 2025
1 parent 5812af1 commit b13dfdb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,20 @@ jobs:
args: spdx

deb_builder:
name: debianBuilder-${{matrix.config.name}}
name: debianBuilder-${{matrix.config.name}}-${{matrix.config.debArch}}
runs-on: ${{matrix.config.os}}
strategy:
fail-fast: false
matrix:
config:
- {
name: jammy
, os: ubuntu-22.04
, debArch: amd64
}
- name: jammy
os: ubuntu-22.04
debArch: amd64

- name: jammy
os: ubuntu-22.04-arm
debArch: arm64

steps:
- uses: sithlord48/[email protected]
- run: git fetch --tags --force
Expand Down

0 comments on commit b13dfdb

Please sign in to comment.