Skip to content

Commit

Permalink
ci(build): correct arm targets
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Feb 29, 2024
1 parent 077694a commit a604bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:

- release_for: Linux-i686
os: ubuntu-20.04
target: i686-unknown-linux
target: i686-unknown-linux-gnu
bin: red_oxide
name: red_oxide-Linux-i686
command: build

- release_for: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux
target: aarch64-unknown-linux-gnu
bin: red_oxide
name: red_oxide-Linux-aarch64
command: build
Expand Down

0 comments on commit a604bff

Please sign in to comment.