From 28155cb8d357354b290a2789eb3e88d83eec4338 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 17 Jul 2024 16:36:28 +0200 Subject: [PATCH] ci: target cpu x86_64_v3+aes for compatibility --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5df73d07..48a59662 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - uses: ./.github/actions/install - name: zig build - run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 + run: zig build --release=safe -Doptimize=ReleaseSafe -Dengine=v8 -Dcpu=x86_64_v3+aes - name: Rename binary run: mv zig-out/bin/browsercore-get lightpanda-get-${{ env.ARCH }}-${{ env.OS }}