Skip to content

Commit

Permalink
feat: super make
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
  • Loading branch information
cubxxw committed Jul 24, 2023
1 parent a2da2b3 commit feeb56b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,24 +326,24 @@ checksum:
# - --label=io.exporter.image.auth={{ .Env.USERNAME }}


docker_manifests:
- name_template: ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}
image_templates:
- ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}-amd64
- ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}-arm64
- name_template: ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}
image_templates:
- ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}-amd64
- ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}-arm64

- name_template: ghcr.io/{{ .Env.USERNAME }}/exporter:latest
image_templates:
- ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}-amd64
- ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}-arm64
- name_template: ghcr.io/{{ .Env.USERNAME }}/syncer:latest
image_templates:
- ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}-amd64
- ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}-arm64
# docker_manifests:
# - name_template: ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}
# image_templates:
# - ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}-amd64
# - ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}-arm64
# - name_template: ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}
# image_templates:
# - ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}-amd64
# - ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}-arm64

# - name_template: ghcr.io/{{ .Env.USERNAME }}/exporter:latest
# image_templates:
# - ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}-amd64
# - ghcr.io/{{ .Env.USERNAME }}/exporter:{{ .Tag }}-arm64
# - name_template: ghcr.io/{{ .Env.USERNAME }}/syncer:latest
# image_templates:
# - ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}-amd64
# - ghcr.io/{{ .Env.USERNAME }}/syncer:{{ .Tag }}-arm64

# docker_signs:
# - cmd: cosign
Expand Down

0 comments on commit feeb56b

Please sign in to comment.