Skip to content

Commit 828cc29

Browse files
committed
Use cross for aarch64-linux-gnu
1 parent b8c1da5 commit 828cc29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
job:
1717
- { target: aarch64-apple-darwin, os: macos-12 }
1818
- { target: x86_64-apple-darwin, os: macos-12 }
19-
- { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04 }
19+
- {
20+
target: aarch64-unknown-linux-gnu,
21+
os: ubuntu-22.04,
22+
use-cross: true,
23+
}
2024
- { target: x86_64-unknown-linux-gnu, os: ubuntu-22.04 }
2125

2226
steps:

0 commit comments

Comments
 (0)