Skip to content

Commit

Permalink
fix: check arch
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
  • Loading branch information
AkashKumar7902 committed Oct 12, 2023
1 parent aaade27 commit 459d696
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Build arm
run: |
GOOS=linux GOARCH=arm64 go build -v ./...
ls
file server
file ./../server
- uses: codfish/semantic-release-action@v1
with:
dry_run: true
Expand Down

0 comments on commit 459d696

Please sign in to comment.