Skip to content

Commit 0dcb3df

Browse files
authored
Merge pull request #38 from lincolnloop/non-emulated-aarch64
use non-emulated linux aarch64
2 parents 2ed64e6 + 04ddd40 commit 0dcb3df

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- {os: ubuntu-latest, arch: aarch64}
44+
- {os: ubuntu-24.04-arm, arch: aarch64}
4545
- {os: ubuntu-latest, arch: i686}
4646
- {os: ubuntu-latest, arch: x86_64}
4747
- {os: macos-13, arch: x86_64}
@@ -66,12 +66,6 @@ jobs:
6666
rm -rf dist
6767
chmod +x pre_build.sh
6868
69-
- name: Set up QEMU
70-
if: matrix.arch == 'aarch64'
71-
uses: docker/setup-qemu-action@v1
72-
with:
73-
platforms: all
74-
7569
- name: avoid homebrew pcre2
7670
if: matrix.os == 'macos-14'
7771
run: brew unlink pcre2

0 commit comments

Comments
 (0)