mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Try to fix ARM build
This commit is contained in:
parent
098176dafb
commit
fce2c3182e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -119,6 +119,11 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
with:
|
||||||
|
platforms: arm,arm64
|
||||||
|
|
||||||
- name: Build ARM64
|
- name: Build ARM64
|
||||||
uses: ./.github/actions/build-linux-arm
|
uses: ./.github/actions/build-linux-arm
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue