Skip to content

Commit

Permalink
fix: remove deprecated options in goreleaser (awslabs#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored Nov 28, 2023
1 parent e45ef3d commit 7b55ee0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
workdir: .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 0 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ before:
builds:
- binary: eks-node-viewer
main: ./cmd/eks-node-viewer
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
targets:
- linux_amd64
- linux_arm64
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: generate ## Build
go build -ldflags="-s -w -X main.version=local -X main.builtBy=Makefile" ./cmd/eks-node-viewer

goreleaser: ## Release snapshot
goreleaser build --snapshot --rm-dist
goreleaser build --snapshot --clean

download: ## Download dependencies
go mod download
Expand Down

0 comments on commit 7b55ee0

Please sign in to comment.