Skip to content

Commit

Permalink
chore: fix goreleaser build
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Penner <[email protected]>
  • Loading branch information
matthewpi committed May 20, 2024
1 parent 7750869 commit 448521c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
report_sizes: true

builds:
- main: github.com/caddyserver/gateway/cmd
- main: ./cmd
binary: caddy-gateway
env:
- CGO_ENABLED=0
Expand All @@ -20,8 +20,7 @@ builds:
- -trimpath

kos:
- main: ./cmd
repository: ghcr.io/caddyserver/gateway
- repository: ghcr.io/caddyserver/gateway
platforms:
- linux/amd64
- linux/arm64
Expand Down

0 comments on commit 448521c

Please sign in to comment.