Skip to content

Commit

Permalink
build: support aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
kecrily committed Jul 3, 2023
1 parent f443b6a commit 2e915c4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ jobs:
runner: windows-latest
compile: native

- triple: aarch64-pc-windows-msvc
filename: rotz.exe
runner: windows-latest
compile: native

- triple: i686-pc-windows-msvc
filename: rotz.exe
runner: windows-latest
Expand All @@ -109,6 +114,11 @@ jobs:
runner: ubuntu-latest
compile: cross

- triple: aarch64-unknown-linux-gnu
filename: rotz
runner: ubuntu-latest
compile: cross

- triple: i686-unknown-linux-gnu
filename: rotz
runner: ubuntu-latest
Expand All @@ -119,6 +129,11 @@ jobs:
runner: ubuntu-latest
compile: cross

- triple: aarch64-unknown-linux-musl
filename: rotz
runner: ubuntu-latest
compile: cross

- triple: i686-unknown-linux-musl
filename: rotz
runner: ubuntu-latest
Expand All @@ -129,6 +144,11 @@ jobs:
runner: macos-latest
compile: native

- triple: aarch64-apple-darwin
filename: rotz
runner: macos-latest
compile: native

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 2e915c4

Please sign in to comment.