Skip to content

Commit

Permalink
refactor(goreleaser): Use Dockerfile.goreleaser for goreleaser Docker…
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
ondrejsika committed Jan 26, 2024
1 parent 0a51667 commit 4e5961c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dockers:
goarch: amd64
image_templates:
- "sikalabs/gobble:{{ .Tag }}"
dockerfile: Dockerfile
dockerfile: Dockerfile.goreleaser
ids:
- gobble
build_flag_templates:
Expand All @@ -94,7 +94,7 @@ dockers:
goarch: arm64
image_templates:
- "sikalabs/gobble:{{ .Tag }}-arm64v8"
dockerfile: Dockerfile.arm64v8
dockerfile: Dockerfile.goreleaser.arm64v8
ids:
- gobble
build_flag_templates:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4e5961c

Please # to comment.