Skip to content

Commit

Permalink
Attempt to add arm build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck committed Sep 24, 2024
1 parent b9cac13 commit 2cc4f17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- alma8
- alma9
- alma9
runs-on: ARM64
- alma9-clang
- debian125
- fedora39
Expand All @@ -26,7 +29,6 @@ jobs:
- ubuntu2404
fail-fast: false

runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 2cc4f17

Please sign in to comment.