mirror of
https://github.com/screego/server.git
synced 2026-09-21 05:09:41 +08:00
Fix goreleaser deprecations
This commit is contained in:
@@ -49,8 +49,6 @@ dockers:
|
|||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: amd64
|
goarch: amd64
|
||||||
goarm: ''
|
goarm: ''
|
||||||
binaries:
|
|
||||||
- screego
|
|
||||||
image_templates:
|
image_templates:
|
||||||
- "screego/server:amd64-unstable"
|
- "screego/server:amd64-unstable"
|
||||||
- "screego/server:amd64-{{ .RawVersion }}"
|
- "screego/server:amd64-{{ .RawVersion }}"
|
||||||
@@ -63,8 +61,6 @@ dockers:
|
|||||||
- "--label=org.opencontainers.image.version={{.Version}}"
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: 386
|
goarch: 386
|
||||||
binaries:
|
|
||||||
- screego
|
|
||||||
goarm: ''
|
goarm: ''
|
||||||
image_templates:
|
image_templates:
|
||||||
- "screego/server:386-unstable"
|
- "screego/server:386-unstable"
|
||||||
@@ -79,8 +75,6 @@ dockers:
|
|||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
goarm: ''
|
goarm: ''
|
||||||
binaries:
|
|
||||||
- screego
|
|
||||||
image_templates:
|
image_templates:
|
||||||
- "screego/server:arm64-unstable"
|
- "screego/server:arm64-unstable"
|
||||||
- "screego/server:arm64-{{ .RawVersion }}"
|
- "screego/server:arm64-{{ .RawVersion }}"
|
||||||
@@ -94,8 +88,6 @@ dockers:
|
|||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: arm
|
goarch: arm
|
||||||
goarm: 7
|
goarm: 7
|
||||||
binaries:
|
|
||||||
- screego
|
|
||||||
image_templates:
|
image_templates:
|
||||||
- "screego/server:armv7-unstable"
|
- "screego/server:armv7-unstable"
|
||||||
- "screego/server:armv7-{{ .RawVersion }}"
|
- "screego/server:armv7-{{ .RawVersion }}"
|
||||||
@@ -109,8 +101,6 @@ dockers:
|
|||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: arm
|
goarch: arm
|
||||||
goarm: 6
|
goarm: 6
|
||||||
binaries:
|
|
||||||
- screego
|
|
||||||
image_templates:
|
image_templates:
|
||||||
- "screego/server:armv6-unstable"
|
- "screego/server:armv6-unstable"
|
||||||
- "screego/server:armv6-{{ .RawVersion }}"
|
- "screego/server:armv6-{{ .RawVersion }}"
|
||||||
@@ -124,8 +114,6 @@ dockers:
|
|||||||
- goos: linux
|
- goos: linux
|
||||||
goarch: ppc64le
|
goarch: ppc64le
|
||||||
goarm: ''
|
goarm: ''
|
||||||
binaries:
|
|
||||||
- screego
|
|
||||||
image_templates:
|
image_templates:
|
||||||
- "screego/server:ppc64le-unstable"
|
- "screego/server:ppc64le-unstable"
|
||||||
- "screego/server:ppc64le-{{ .RawVersion }}"
|
- "screego/server:ppc64le-{{ .RawVersion }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user