From cd1a5c391ad9c221c16293167019ad0c99bf838e Mon Sep 17 00:00:00 2001 From: DanStough Date: Fri, 6 Oct 2023 16:53:28 -0400 Subject: [PATCH] fix me 3 --- .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 5fa0cc6d..e857e1cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,7 +164,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - arch: ["arm64"] + arch: ["arm64", "amd64"] env: repo: ${{ github.event.repository.name }} version: ${{ needs.set-product-version.outputs.product-version }}