Skip to content

Commit

Permalink
add linux-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 16, 2025
1 parent 94f9c9c commit 3aaeb10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
os: ubuntu-latest,
artifact: linux-x64,
}
- {
name: "Ubuntu_Arm",
os: ubuntu-24.04-arm,
artifact: linux-arm,
}
- {
name: "macOS Latest Clang",
os: macos-latest,
Expand Down

0 comments on commit 3aaeb10

Please sign in to comment.