diff --git a/.goreleaser.yml b/.goreleaser.yml index b5be59d..878d5cc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -21,6 +21,7 @@ builds: - '386' - amd64 - arm + - arm64 ignore: - goos: darwin goarch: '386' @@ -28,8 +29,12 @@ builds: goarch: arm - goos: openbsd goarch: '386' + - goos: openbsd + goarch: arm64 - goos: windows goarch: arm + - goos: windows + goarch: arm64 binary: '{{ .ProjectName }}_v{{ .Version }}' archives: - format: zip @@ -40,4 +45,4 @@ checksum: release: prerelease: auto changelog: - skip: true \ No newline at end of file + skip: true