Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 2, 2023
1 parent e528e50 commit e293ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
goos: [linux]
goarch: [amd64, arm64]
goarch: [amd64]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -50,5 +50,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}-${{ matrix.goarch }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e293ff3

Please sign in to comment.