Skip to content

Commit 6bc127e

Browse files
.
1 parent 95d2c52 commit 6bc127e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-20.04, windows-2019]
17-
arch: [auto64]
17+
arch: [auto64, arm64]
1818
include:
19-
- os: ubuntu-20.04
20-
arch: aarch64
19+
# - os: ubuntu-20.04
20+
# arch: aarch64
2121
- os: macos-13
2222
arch: arm64
2323

@@ -26,9 +26,9 @@ jobs:
2626
with:
2727
submodules: recursive
2828

29-
- uses: docker/setup-qemu-action@v3
30-
if: ${{ matrix.arch == 'aarch64' }}
31-
name: Set up QEMU
29+
# - uses: docker/setup-qemu-action@v3
30+
# if: ${{ matrix.arch == 'aarch64' }}
31+
# name: Set up QEMU
3232

3333
- name: Setup UV
3434
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)