Skip to content

Commit

Permalink
Try testing with an ARM host
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 21, 2025
1 parent 52839d9 commit ee33700
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ jobs:
expect-stripped: ""
can-execute: true

- platform_name: Linux-aarch64 with ARM host
runs-on: ubuntu-22.04-arm-16gb
target: aarch64-unknown-linux-musl
expect-file-re: "aarch64"
expect-cross: ""
expect-stripped: "--expect-stripped"
can-execute: true

- platform_name: Linux-arm
runs-on: ubuntu-22.04
target: arm-unknown-linux-musleabi
Expand Down

0 comments on commit ee33700

Please sign in to comment.