Skip to content

Commit

Permalink
fix arm target
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 15, 2023
1 parent b18cb1e commit 5bd1724
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 @@ -19,7 +19,7 @@ jobs:

- release_for: Linux-GNU-arm64
os: ubuntu-latest
target: "aarch64-unknown-linux-gnueabihf"
target: "aarch64-unknown-linux-gnu"
args: "--locked --release"
bin: scrolls

Expand Down

0 comments on commit 5bd1724

Please sign in to comment.