feat add dawin and arm64 targets (#131)

This commit is contained in:
Jakub Błaszczyk 2023-08-25 15:14:16 +02:00 committed by GitHub
parent 0e4568f899
commit 868ec0f0ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ config/default/manager_image_patch.yaml-e
/manager
node_modules/
dist/

View File

@ -15,8 +15,10 @@ builds:
goarch:
- amd64
- 386
- arm64
goos:
- linux
- darwin
snapshot:
name_template: "{{ .Tag }}-next"