Skip to content

Commit

Permalink
refactor(goreleaser): Use Dockerfile.goreleaser in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jan 26, 2024
1 parent 5ba6399 commit b196198
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 @@ -78,7 +78,7 @@ dockers:
image_templates:
- "sikalabs/slu:{{ .Tag }}"
- "ghcr.io/sikalabs/slu:{{ .Tag }}"
dockerfile: Dockerfile
dockerfile: Dockerfile.goreleaser
ids:
- slu
build_flag_templates:
Expand All @@ -98,7 +98,7 @@ dockers:
goarch: arm64
image_templates:
- "sikalabs/slu:{{ .Tag }}-arm64v8"
dockerfile: Dockerfile.arm64v8
dockerfile: Dockerfile.goreleaser.arm64v8
ids:
- slu
build_flag_templates:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b196198

Please sign in to comment.