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.
1 parent 36b2de2 commit 50349edCopy full SHA for 50349ed
.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 -Dcpu=cortex_a72 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
+ run: zig build --release=safe -Doptimize=ReleaseSafe -Dcpu=generic -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