From e513f516bf0456aefac7ae9dc01066ae69f64059 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Tue, 7 Jan 2025 01:24:29 +0000 Subject: [PATCH] build for haswell rather than x86-64-v3 --- .github/workflows/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 179e1197..f5054254 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -34,7 +34,7 @@ jobs: matrix: target: - base - - x86-64-v3 + - haswell steps: - name: Checkout repository uses: actions/checkout@v4