@@ -71,28 +71,28 @@ brews:
7171 directory : Formula
7272 homepage : " https://github.com/joemiller/certin"
7373 description : " Certin is a Go library and CLI for quickly creating keys and certificates for use as test fixtures."
74-
75- dockers :
76- # primary docker image for amd64 arch
77- - dockerfile : Dockerfile
78- ids :
79- - certin
80- goos : linux
81- goarch : amd64
82- image_templates :
83- - " joemiller/certin:{{ .Tag }}" # v1.0.0
84- - " joemiller/certin:v{{ .Major }}" # v1
85- - " joemiller/certin:v{{ .Major }}.{{ .Minor }}" # v1.0
86- - " joemiller/certin:latest"
87- # build a docker image for arm64 arch
88- - dockerfile : Dockerfile
89- ids :
90- - certin
91- goos : linux
92- goarch : arm64
93- goarm : " "
94- image_templates :
95- - " joemiller/certin:{{ .Tag }}-arm64" # v1.0.0
96- - " joemiller/certin:v{{ .Major }}-arm64" # v1
97- - " joemiller/certin:v{{ .Major }}.{{ .Minor }}-arm64" # v1.0
98- - " joemiller/certin:latest-arm64"
74+ # TODO(joem): re-enable docker builds and add a multi-arch manifest. Also switch to ghcr.io
75+ # dockers:
76+ # # primary docker image for amd64 arch
77+ # - dockerfile: Dockerfile
78+ # ids:
79+ # - certin
80+ # goos: linux
81+ # goarch: amd64
82+ # image_templates:
83+ # - "joemiller/certin:{{ .Tag }}" # v1.0.0
84+ # - "joemiller/certin:v{{ .Major }}" # v1
85+ # - "joemiller/certin:v{{ .Major }}.{{ .Minor }}" # v1.0
86+ # - "joemiller/certin:latest"
87+ # # build a docker image for arm64 arch
88+ # - dockerfile: Dockerfile
89+ # ids:
90+ # - certin
91+ # goos: linux
92+ # goarch: arm64
93+ # goarm: ""
94+ # image_templates:
95+ # - "joemiller/certin:{{ .Tag }}-arm64" # v1.0.0
96+ # - "joemiller/certin:v{{ .Major }}-arm64" # v1
97+ # - "joemiller/certin:v{{ .Major }}.{{ .Minor }}-arm64" # v1.0
98+ # - "joemiller/certin:latest-arm64"
0 commit comments