Skip to content

Commit

Permalink
Merge pull request #500 from Jafaral/arm-ci
Browse files Browse the repository at this point in the history
ci: add native ARM test
  • Loading branch information
Don-Ward authored Feb 4, 2025
2 parents 9b56a7d + 753d85d commit ad0dfe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
- { os: ubuntu-latest, name: 'Heap Test', opt: '--enable-debugheap --enable-verifyheap --enable-werror' }
- { os: ubuntu-latest, name: 'Thin Build', opt: '--enable-thin --enable-werror' }
- { os: ubuntu-latest, name: 'Dev Mode', opt: '--enable-devmode' }
- { os: ubuntu-24.04-arm, name: 'Ubuntu ARM', opt: '--enable-werror' }
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ad0dfe0

Please sign in to comment.