We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799e9fd commit 2d7d0c9Copy full SHA for 2d7d0c9
.github/workflows/build.yml
@@ -300,7 +300,7 @@ jobs:
300
name: windows-amd64
301
302
# Linux builds
303
- - os: ubuntu-latest
+ - os: ubuntu-24.04-arm
304
platform: linux
305
arch: arm64
306
name: linux-arm64
@@ -326,7 +326,6 @@ jobs:
326
if: matrix.platform == 'linux'
327
run: |
328
if [ "${{ matrix.arch }}" == "arm64" ]; then
329
- sudo bash <(curl -sSL https://linuxmirrors.cn/main.sh) --source mirrors.aliyun.com --web-protocol http --intranet false --backup true --updata-software true --clean-cache false --ignore-backup-tips
330
sudo dpkg --add-architecture arm64
331
sudo apt-get update
332
sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross
0 commit comments