We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a58c1 + 8745c10 commit 36b2de2Copy full SHA for 36b2de2
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
arch: ${{env.ARCH}}
77
78
- name: zig build
79
- run: zig build --release=safe -Doptimize=ReleaseSafe -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
+ run: zig build --release=safe -Doptimize=ReleaseSafe -Dcpu=cortex_a72 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
80
81
- name: Rename binary
82
run: mv zig-out/bin/lightpanda lightpanda-${{ env.ARCH }}-${{ env.OS }}
0 commit comments