Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Mar 27, 2024
1 parent dcc5ac5 commit af27bda
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
strategy:
matrix:
goos: [linux]
goarch: [amd64, arm64]
goarch: [amd64]

steps:
- uses: actions/checkout@v4.1.1
- shell: bash
run: make deps.header
- shell: bash
run: make deps.linux.${{ matrix.goarch }}
- uses: lmangani/go-release-action@v1.37-ubuntu
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit af27bda

Please sign in to comment.