Skip to content

Commit

Permalink
feat: support arm64
Browse files Browse the repository at this point in the history
Signed-off-by: zufardhiyaulhaq <[email protected]>
  • Loading branch information
zufardhiyaulhaq committed Jun 6, 2024
1 parent 988dae8 commit 53ad45a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -73,3 +77,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=maxp
platforms: ${{ matrix.platform }}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ Export unused resources on your cloud projects
```
source .env.example
go run main.go

0 comments on commit 53ad45a

Please sign in to comment.