.goreleaser.yml: Support arm64 builds

This commit is contained in:
Manuel Rüger 2023-05-03 18:55:25 +02:00
parent 72cfc04ab6
commit af221d50c7

View File

@ -14,6 +14,9 @@ builds:
- linux - linux
# windows fails with an error https://github.com/kovetskiy/mark/runs/5034726426?check_suite_focus=true # windows fails with an error https://github.com/kovetskiy/mark/runs/5034726426?check_suite_focus=true
# - windows # - windows
goarch:
- amd64
- arm64
archives: archives:
- replacements: - replacements:
darwin: Darwin darwin: Darwin