Skip to content

Commit 8745c10

Browse files
committed
ci: use cpu cortex_a72 for arm build
1 parent f5a58c1 commit 8745c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
arch: ${{env.ARCH}}
7777

7878
- name: zig build
79-
run: zig build --release=safe -Doptimize=ReleaseSafe -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
79+
run: zig build --release=safe -Doptimize=ReleaseSafe -Dcpu=cortex_a72 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
8080

8181
- name: Rename binary
8282
run: mv zig-out/bin/lightpanda lightpanda-${{ env.ARCH }}-${{ env.OS }}

0 commit comments

Comments
 (0)