Skip to content

Commit

Permalink
Merge pull request #126 from signalwire/arm32
Browse files Browse the repository at this point in the history
[GHA] Enable arm32v7 on `bookworm`.
  • Loading branch information
andywolk authored May 1, 2024
2 parents 485831c + 7497721 commit 7ec6952
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
runner: ubuntu-latest
- name: arm64v8
runner: ubuntu-latest
exclude:
- version: bookworm
platform:
name: arm32v7
# exclude:
# - version: bookworm
# platform:
# name: arm32v7
with:
RUNNER: ${{ matrix.platform.runner }}
ARTIFACTS_PATTERN: '.*\.(deb)$'
Expand Down

0 comments on commit 7ec6952

Please sign in to comment.