We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab485c commit ecfd3d2Copy full SHA for ecfd3d2
.github/workflows/workflow.yml
@@ -43,20 +43,17 @@ jobs:
43
strategy:
44
matrix:
45
include:
46
- # Linux
47
- - os: ubuntu-latest
48
- target: x86_64-unknown-linux-gnu
49
- arch: x86_64
50
- platform: linux
51
- # macOS
52
- - os: macos-latest
53
- target: x86_64-apple-darwin
54
55
- platform: macos
56
57
- target: aarch64-apple-darwin
58
- arch: arm64
59
+ # Linux x86_64
+ - os: ubuntu-latest
+ target: x86_64-unknown-linux-gnu
+ arch: x86_64
+ platform: linux
+
+ # Linux ARM64 (cross-compile)
+ target: aarch64-unknown-linux-gnu
+ arch: arm64
60
runs-on: ${{ matrix.os }}
61
steps:
62
- uses: actions/checkout@v6
0 commit comments