feat: add freebsd and arm64 to releases

This commit is contained in:
Oskar 2021-11-12 15:27:11 +01:00 committed by GitHub
parent 6d9e2e2826
commit b2358fefee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -7,8 +7,10 @@ before:
builds: builds:
- goos: - goos:
- linux - linux
- freebsd
goarch: goarch:
- amd64 - amd64
- arm64
binary: '{{ .ProjectName }}.out' binary: '{{ .ProjectName }}.out'