Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Add ARM to support apple M1 chip #562

Merged
merged 2 commits into from Jun 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .goreleaser.yml
Expand Up @@ -15,6 +15,7 @@ builds:
- linux
goarch:
- amd64
- arm64
- 386
env:
- CGO_ENABLED=0
Expand Down