Skip to content

Commit

Permalink
Add use_buildx flag
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
  • Loading branch information
tylerauerbeck committed Nov 25, 2021
1 parent 2b9e76c commit ff3fc7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -2,7 +2,7 @@ name: ci
on:
push:
branches:
- '*'
- 'main'
pull_request:
branches:
- '*'
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Expand Up @@ -35,6 +35,7 @@ snapshot:
name_template: "{{ .Tag }}-next"
dockers:
- skip_push: false
use_buildx: true
dockerfile: Dockerfile
image_templates:
- quay.io/helmpack/chart-testing:{{ .Tag }}-amd64
Expand All @@ -54,6 +55,8 @@ dockers:
- etc/chart_schema.yaml
- etc/lintconf.yaml
- skip_push: false
goarch: arm64
use_buildx: true
dockerfile: Dockerfile
image_templates:
- quay.io/helmpack/chart-testing:{{ .Tag }}-arm64
Expand Down

0 comments on commit ff3fc7a

Please sign in to comment.