Skip to content

Commit

Permalink
fix build (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo authored Mar 1, 2023
1 parent 5c184e4 commit 1c3571b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# limitations under the License.

builds:
- binary: registry
- id: registry
binary: registry
dir: cmd/registry
main: main.go
goos:
Expand All @@ -27,7 +28,8 @@ builds:
ldflags:
- -s -w -X "github.com/apigee/registry/cmd/registry/cmd.Version={{.Env.RELEASE_VERSION}}"

- binary: registry-lint-api-linter
- id: registry-lint-api-linter
binary: registry-lint-api-linter
dir: cmd/registry/plugins/registry-lint-api-linter
main: main.go
goos:
Expand All @@ -39,7 +41,8 @@ builds:
env:
- CGO_ENABLED=0

- binary: registry-lint-spectral
- id: registry-lint-spectral
binary: registry-lint-spectral
dir: cmd/registry/plugins/registry-lint-spectral
main: main.go
goos:
Expand All @@ -51,7 +54,8 @@ builds:
env:
- CGO_ENABLED=0

- binary: registry-server
- id: registry-server
binary: registry-server
dir: cmd/registry-server
main: main.go
goos:
Expand Down

0 comments on commit 1c3571b

Please sign in to comment.