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 }}