mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 14:39:40 +02:00
goreleaser: remove ignore (#3425)
This commit is contained in:
parent
507dbbdcf2
commit
2a7b58938e
1 changed files with 0 additions and 5 deletions
5
.github/goreleaser.yaml
vendored
5
.github/goreleaser.yaml
vendored
|
@ -28,9 +28,6 @@ builds:
|
|||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: arm64
|
||||
|
||||
ldflags:
|
||||
- -s -w
|
||||
|
@ -46,7 +43,6 @@ builds:
|
|||
env:
|
||||
- TARGET={{ .Os }}-{{ .Arch }}
|
||||
|
||||
|
||||
archives:
|
||||
- name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||
id: pomerium
|
||||
|
@ -125,7 +121,6 @@ dockers:
|
|||
- "--label=repository=http://github.com/pomerium/pomerium"
|
||||
- "--label=homepage=http://www.pomerium.io"
|
||||
|
||||
|
||||
- image_templates:
|
||||
- "gcr.io/pomerium-io/pomerium:{{ .Tag }}-cloudrun"
|
||||
dockerfile: .github/Dockerfile-cloudrun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue