We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6053c commit 4bafd9bCopy full SHA for 4bafd9b
1 file changed
.github/workflows/release.yml
@@ -16,10 +16,6 @@ jobs:
16
target: x86_64-unknown-linux-gnu
17
artifact_name: polymorph
18
asset_name: polymorph-linux-x64
19
- - os: ubuntu-latest
20
- target: aarch64-unknown-linux-gnu
21
- artifact_name: polymorph
22
- asset_name: polymorph-linux-arm64
23
- os: macos-latest
24
target: x86_64-apple-darwin
25
@@ -42,12 +38,6 @@ jobs:
42
38
target: ${{ matrix.target }}
43
39
override: true
44
40
45
- - name: Install cross-compilation tools
46
- if: matrix.target == 'aarch64-unknown-linux-gnu'
47
- run: |
48
- sudo apt-get update
49
- sudo apt-get install -y gcc-aarch64-linux-gnu
50
-
51
41
- name: Build
52
run: cargo build --release --target ${{ matrix.target }}
53
0 commit comments