diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f543804..b873cca 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,7 +49,9 @@ jobs: - "darwin/amd64" - "darwin/arm64" - "linux/amd64" + - "linux/arm64" - "windows/amd64" + - "windows/arm64" steps: - name: Checkout code