Skip to content

Commit

Permalink
Docker manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp committed May 26, 2023
1 parent dbd6525 commit c5ae1be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,20 @@ dockers:
build_flag_templates:
- "--platform=linux/arm64"

docker_manifests:
- id: qrterminal-latest
name_template: ghcr.io/mdp/qrterminal:latest
image_templates:
- ghcr.io/mdp/qrterminal:{{ .Tag }}-amd64
- ghcr.io/mdp/qrterminal:{{ .Tag }}-arm64
# Skips can and shall be set for individual manifests same as in dockers
skip_push: auto
- id: qrterminal-Tag
name_template: ghcr.io/mdp/qrterminal:{{ .Tag }}
image_templates:
- ghcr.io/mdp/qrterminal:{{ .Tag }}-amd64
- ghcr.io/mdp/qrterminal:{{ .Tag }}-arm64

# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

0 comments on commit c5ae1be

Please sign in to comment.