There was an error while loading. Please reload this page.
1 parent 6aa6cf7 commit 98fbb35Copy full SHA for 98fbb35
1 file changed
.github/workflows/build-linux.yml
@@ -9,23 +9,13 @@ on:
9
default: "22"
10
jobs:
11
linux-armv7:
12
- runs-on: macos-14 # ARM64 runner for better ARMv7 emulation performance
13
-
+ runs-on: ubuntu-24.04-arm
14
steps:
15
- uses: actions/checkout@v5
16
17
- name: Set up Docker Buildx
18
uses: docker/setup-buildx-action@v3
19
20
- # Remove unneeded stuff to free up build space (from Node https://github.com/nodejs/build/issues/3878)
21
- - name: Cleanup before build
22
- run: |
23
- sudo rm -rf /Users/runner/Library/Android/sdk
24
- sudo rm -rf /Users/runner/Library/Developer/CoreSimulator/Caches
25
- echo "::group::Free space after cleanup"
26
- df -h
27
- echo "::endgroup::"
28
29
- name: Build
30
id: build
31
uses: docker/build-push-action@v6
0 commit comments