Skip to content

Commit

Permalink
Hotfix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
chez-shanpu committed Jun 23, 2021
1 parent cc7dde9 commit 1283525
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ builds:
binary: appagent
goos:
- linux
- darwin
goarch:
- amd64
- arm
Expand All @@ -17,7 +16,6 @@ builds:
binary: controlplane
goos:
- linux
- darwin
goarch:
- amd64
- arm
Expand All @@ -26,11 +24,10 @@ builds:
- CGO_ENABLED=0

- id: "acar-dataplane"
dir: ./cmd/datapane
dir: ./cmd/dataplane
binary: dataplane
goos:
- linux
- darwin
goarch:
- amd64
- arm
Expand All @@ -43,7 +40,6 @@ builds:
binary: monitoring-server
goos:
- linux
- darwin
goarch:
- amd64
- arm
Expand All @@ -56,7 +52,6 @@ builds:
binary: srnode-agent
goos:
- linux
- darwin
goarch:
- amd64
- arm
Expand Down

0 comments on commit 1283525

Please sign in to comment.