Skip to content

Commit 3ce15ec

Browse files
committed
ci: disable CPU specific optimizations in release builds
Signed-off-by: Francisco Freitas <francisco.freitas@ledger.fr>
1 parent f0e7d4a commit 3ce15ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
ref: ${{ inputs.release_tag }}
2929
- uses: Ledger-Donjon/absolution/.github/actions/setup-zig@main
30-
- run: zig build -Doptimize=${{ matrix.optimize }} -Dstrip=true -Dversion="${RELEASE_TAG}"
30+
- run: zig build -Doptimize=${{ matrix.optimize }} -Dstrip=true -Dversion="${RELEASE_TAG}" -Dtarget=x86_64-linux-gnu
3131
- name: Upload tarball
3232
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
3333
with:

0 commit comments

Comments
 (0)