Skip to content

Commit 16c701f

Browse files
committed
remove aarch64-unknown-linux-gnu
1 parent c1d9c6c commit 16c701f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
target: x86_64-pc-windows-msvc
2020
- os: macos-latest
2121
target: aarch64-apple-darwin
22-
- os: ubuntu-20.04
23-
target: aarch64-unknown-linux-gnu
22+
# - os: ubuntu-20.04
23+
# target: aarch64-unknown-linux-gnu
2424

2525
runs-on: ${{ matrix.os }}
2626
steps:
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
sudo apt-get update
3838
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libayatana-appindicator3-dev librsvg2-dev
39-
sudo apt-get install -y libssl-dev pkg-config gcc-10-aarch64-linux-gnu
39+
# sudo apt-get install -y libssl-dev pkg-config gcc-10-aarch64-linux-gnu
4040
4141
- name: Rust setup
4242
uses: dtolnay/rust-toolchain@stable
@@ -95,7 +95,7 @@ jobs:
9595
env:
9696
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
9797
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
98-
PKG_CONFIG_ALLOW_CROSS: ${{ contains(matrix.target, 'aarch64') && '1' || '' }}
98+
# PKG_CONFIG_ALLOW_CROSS: ${{ contains(matrix.target, 'aarch64') && '1' || '' }}
9999
with:
100100
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
101101
releaseName: "AList Desktop v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.

0 commit comments

Comments
 (0)