Skip to content

Commit

Permalink
DK-5158 update go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
rackep committed Nov 15, 2024
1 parent e311c4e commit fc3b820
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,9 @@
project_name: derp-server

# builds:
# - id: manager
# binary: manager
# goos:
# - linux
# env:
# - CGO_ENABLED=0

# archives:
# - id: manager
# name_template: "manager_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
# builds:
# - manager

before:
hooks:
- rm -rf tailscale || true
- git clone https://github.com/tailscale/tailscale/

builds:
- id: derper
binary: derper
main: ./cmd/derper
dir: tailscale
main: tailscale.com/cmd/derper
goos:
- linux
goarch:
Expand Down

0 comments on commit fc3b820

Please sign in to comment.