Skip to content

Commit

Permalink
ci: fix arm linux compile target (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Dec 16, 2023
1 parent 31ca7d9 commit eb3113d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# install script because it relies on the `uname` outputs
- release_for: Linux-arm64
build_on: ubuntu-latest
target: "armv7-unknown-linux-gnueabihf"
target: "aarch64-unknown-linux-gnu"
args: "--locked --release"

- release_for: Windows-x86_64
Expand Down

0 comments on commit eb3113d

Please sign in to comment.