feat add dawin and arm64 targets (#131)
This commit is contained in:
parent
0e4568f899
commit
868ec0f0ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ config/default/manager_image_patch.yaml-e
|
|||||||
/manager
|
/manager
|
||||||
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
dist/
|
||||||
|
@ -15,8 +15,10 @@ builds:
|
|||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- 386
|
- 386
|
||||||
|
- arm64
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
|
- darwin
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: "{{ .Tag }}-next"
|
name_template: "{{ .Tag }}-next"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user