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 27, 2024
1 parent 948dc60 commit 92ff712
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:
image_templates:
- "sikalabs/tergum:{{ .Tag }}"
- "ghcr.io/sikalabs/tergum:{{ .Tag }}"
dockerfile: Dockerfile
dockerfile: Dockerfile.goreleaser
ids:
- tergum
build_flag_templates:
Expand All @@ -96,7 +96,7 @@ dockers:
image_templates:
- "sikalabs/tergum:{{ .Tag }}-arm64v8"
- "ghcr.io/sikalabs/tergum:{{ .Tag }}-arm64v8"
dockerfile: Dockerfile.arm64v8
dockerfile: Dockerfile.goreleaser.arm64v8
ids:
- tergum
build_flag_templates:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 92ff712

Please sign in to comment.