Skip to content

Commit

Permalink
chore: drop support for arm, x86 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Oct 3, 2023
1 parent 4cd7f9a commit 953cd8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ builds:
- windows
- darwin
goarch:
- 386
# - 386
- amd64
- arm
# - arm
- arm64
ldflags:
- -X github.com/hitokoto-osc/notification-worker/config.Version={{.Version}} -X github.com/hitokoto-osc/notification-worker/config.BuildTag={{.FullCommit}} -X github.com/hitokoto-osc/notification-worker/config.BuildTime={{ .Date }} -X github.com/hitokoto-osc/notification-worker/config.CommitTime={{ .CommitDate }}
Expand Down

0 comments on commit 953cd8f

Please sign in to comment.