Skip to content

Commit

Permalink
goreleaser config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed May 30, 2023
1 parent c8176e5 commit 734370b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
with:
version: latest
args: release --release-notes=output/notes.md --skip-validate
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16 changes: 7 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ builds:
- amd64
- arm64
- arm
goarm:
- 7
- <<: *build_defaults
id: windows
goos:
Expand All @@ -37,8 +35,8 @@ dockers:
- 'ghcr.io/piontec/kube-echo:latest-amd64'
dockerfile: Dockerfile
use: buildx
# goos: linux
# goarch: amd64
goos: linux
goarch: amd64
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{ .Date }}"
Expand All @@ -52,8 +50,8 @@ dockers:
- 'ghcr.io/piontec/kube-echo:latest-arm64'
dockerfile: Dockerfile
use: buildx
# goos: linux
# goarch: arm64
goos: linux
goarch: arm64
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{ .Date }}"
Expand All @@ -67,8 +65,8 @@ dockers:
- 'ghcr.io/piontec/kube-echo:latest-arm'
dockerfile: Dockerfile
use: buildx
# goos: linux
# goarch: arm
goos: linux
goarch: arm
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{ .Date }}"
Expand Down Expand Up @@ -100,6 +98,7 @@ docker_signs:
output: true
source:
enabled: true
rlcp: true
name_template: '{{ .ProjectName }}_{{ .Version }}_src'
sboms:
- artifacts: archive
Expand All @@ -124,4 +123,3 @@ signs:
output: true
changelog:
use: github
skip: true

0 comments on commit 734370b

Please sign in to comment.