+18
-19
@@ -3,7 +3,6 @@ project_name: eaglecast
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
- CGO_ENABLED=0
|
||||
- GITHUB_ORG=h202-wq
|
||||
|
||||
before:
|
||||
hooks:
|
||||
@@ -49,8 +48,8 @@ dockers:
|
||||
ids:
|
||||
- eaglecast
|
||||
image_templates:
|
||||
- "ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest-amd64"
|
||||
- "ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}-amd64"
|
||||
- "source.offmarket.win/aleagle/eaglecast:latest-amd64"
|
||||
- "source.offmarket.win/aleagle/eaglecast:{{ .Tag }}-amd64"
|
||||
build_flag_templates:
|
||||
- --platform=linux/amd64
|
||||
- --label=org.opencontainers.image.title={{ .ProjectName }}
|
||||
@@ -71,8 +70,8 @@ dockers:
|
||||
ids:
|
||||
- eaglecast
|
||||
image_templates:
|
||||
- "ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest-arm64v8"
|
||||
- "ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}-arm64v8"
|
||||
- "source.offmarket.win/aleagle/eaglecast:latest-arm64v8"
|
||||
- "source.offmarket.win/aleagle/eaglecast:{{ .Tag }}-arm64v8"
|
||||
build_flag_templates:
|
||||
- --platform=linux/arm64/v8
|
||||
- --label=org.opencontainers.image.title={{ .ProjectName }}
|
||||
@@ -94,8 +93,8 @@ dockers:
|
||||
ids:
|
||||
- eaglecast
|
||||
image_templates:
|
||||
- "ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest-armv6"
|
||||
- "ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}-armv6"
|
||||
- "source.offmarket.win/aleagle/eaglecast:latest-armv6"
|
||||
- "source.offmarket.win/aleagle/eaglecast:{{ .Tag }}-armv6"
|
||||
build_flag_templates:
|
||||
- --platform=linux/arm/v6
|
||||
- --label=org.opencontainers.image.title={{ .ProjectName }}
|
||||
@@ -117,8 +116,8 @@ dockers:
|
||||
ids:
|
||||
- eaglecast
|
||||
image_templates:
|
||||
- "ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest-armv7"
|
||||
- "ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}-armv7"
|
||||
- "source.offmarket.win/aleagle/eaglecast:latest-armv7"
|
||||
- "source.offmarket.win/aleagle/eaglecast:{{ .Tag }}-armv7"
|
||||
build_flag_templates:
|
||||
- --platform=linux/arm/v7
|
||||
- --label=org.opencontainers.image.title={{ .ProjectName }}
|
||||
@@ -135,15 +134,15 @@ dockers:
|
||||
- docker-entrypoint.sh
|
||||
|
||||
docker_manifests:
|
||||
- name_template: ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest
|
||||
- name_template: source.offmarket.win/aleagle/eaglecast:latest
|
||||
image_templates:
|
||||
- ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest-amd64
|
||||
- ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest-arm64v8
|
||||
- ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest-armv6
|
||||
- ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:latest-armv7
|
||||
- name_template: ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}
|
||||
- source.offmarket.win/aleagle/eaglecast:latest-amd64
|
||||
- source.offmarket.win/aleagle/eaglecast:latest-arm64v8
|
||||
- source.offmarket.win/aleagle/eaglecast:latest-armv6
|
||||
- source.offmarket.win/aleagle/eaglecast:latest-armv7
|
||||
- name_template: source.offmarket.win/aleagle/eaglecast:{{ .Tag }}
|
||||
image_templates:
|
||||
- ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}-amd64
|
||||
- ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}-arm64v8
|
||||
- ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}-armv6
|
||||
- ghcr.io/{{ .Env.GITHUB_ORG }}/{{ .ProjectName }}:{{ .Tag }}-armv7
|
||||
- source.offmarket.win/aleagle/eaglecast:{{ .Tag }}-amd64
|
||||
- source.offmarket.win/aleagle/eaglecast:{{ .Tag }}-arm64v8
|
||||
- source.offmarket.win/aleagle/eaglecast:{{ .Tag }}-armv6
|
||||
- source.offmarket.win/aleagle/eaglecast:{{ .Tag }}-armv7
|
||||
|
||||
Reference in New Issue
Block a user