Skip to content

Commit

Permalink
fix: goarm for linux release
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 24, 2025
1 parent 25f6252 commit a4a4bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: release test

on:
push:
branches:
- main
# branches:
# - main
pull_request:
paths:
- .github/workflows/release-test.yml
Expand Down
1 change: 0 additions & 1 deletion .goreleaser/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ builds:
- goos: linux
goarch: arm64
goamd64: ""
goarm: v8.0
gomips: ""
env:
- CC=aarch64-linux-gnu-gcc
Expand Down

0 comments on commit a4a4bfe

Please sign in to comment.