Skip to content

Commit 8c1f38f

Browse files
committed
ci: e2e: build release w/ -Dcpu=x86_64 option
1 parent 13091e0 commit 8c1f38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: ./.github/actions/install
4949

5050
- name: zig build release
51-
run: zig build -Doptimize=ReleaseSafe
51+
run: zig build --release=safe -Doptimize=ReleaseSafe -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
5252

5353
- name: upload artifact
5454
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)