Skip to content

Commit f8395fe

Browse files
Merge pull request #257 from lightpanda-io/build-x86
ci: target cpu x86_64_v3+aes for compatibility
2 parents f793278 + 28155cb commit f8395fe

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
@@ -29,7 +29,7 @@ jobs:
2929
- uses: ./.github/actions/install
3030

3131
- name: zig build
32-
run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8
32+
run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dcpu=x86_64_v3+aes
3333

3434
- name: Rename binary
3535
run: mv zig-out/bin/browsercore-get lightpanda-get-${{ env.ARCH }}-${{ env.OS }}

0 commit comments

Comments
 (0)