diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de96a071..5b90b21f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: ci on: push: branches: - - '*' + - 'main' pull_request: branches: - '*' diff --git a/.goreleaser.yml b/.goreleaser.yml index be248ece..1011da5e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 @@ -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