Skip to content

Commit

Permalink
fixed goreleaser deprications
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Sep 15, 2021
1 parent b4ce3cb commit eb41926
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ dockers:
goos: linux
goarch: amd64
goarm: ''
binaries:
- kubefwd
dockerfile: Dockerfile.alpine
builds:
ids:
- kubefwd
image_templates:
- "txn2/kubefwd:latest"
Expand All @@ -70,10 +68,8 @@ dockers:
goos: linux
goarch: amd64
goarm: ''
binaries:
- kubefwd
dockerfile: Dockerfile.ubuntu
builds:
ids:
- kubefwd
image_templates:
- "txn2/kubefwd:latest_ubuntu-20.04"
Expand Down

0 comments on commit eb41926

Please sign in to comment.