Skip to content

Commit a604bff

Browse files
committed
ci(build): correct arm targets
1 parent 077694a commit a604bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242

4343
- release_for: Linux-i686
4444
os: ubuntu-20.04
45-
target: i686-unknown-linux
45+
target: i686-unknown-linux-gnu
4646
bin: red_oxide
4747
name: red_oxide-Linux-i686
4848
command: build
4949

5050
- release_for: Linux-aarch64
5151
os: ubuntu-20.04
52-
target: aarch64-unknown-linux
52+
target: aarch64-unknown-linux-gnu
5353
bin: red_oxide
5454
name: red_oxide-Linux-aarch64
5555
command: build

0 commit comments

Comments
 (0)