diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fa62e93..8f13986 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,6 +33,10 @@ jobs: # with sigstore/fulcio when running outside of PRs. id-token: write + strategy: + matrix: + platform: [linux/amd64, linux/arm64] + steps: - name: Checkout repository uses: actions/checkout@v3 @@ -73,3 +77,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=maxp + platforms: ${{ matrix.platform }} diff --git a/README.md b/README.md index 68fd909..772e8d2 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,3 @@ Export unused resources on your cloud projects ``` source .env.example go run main.go -