Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Jan 11, 2025
1 parent efd6725 commit 894e28d
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ before:
hooks:
- go mod tidy
builds:
# - id: packemon
# main: ./cmd/packemon
# binary: packemon
# ldflags:
# - -s -w
# - -X main.Version={{.Version}}
# - -X main.Revision={{.ShortCommit}}
# goos:
# - darwin
# - windows
# env:
# - CGO_ENABLED=0
- id: packemon-linux
main: ./cmd/packemon
binary: packemon
Expand All @@ -27,6 +15,9 @@ builds:
- -X main.Revision={{.ShortCommit}}
goos:
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
- id: packemon-api-linux
Expand All @@ -38,6 +29,9 @@ builds:
- -X main.Revision={{.ShortCommit}}
goos:
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
archives:
Expand All @@ -47,9 +41,6 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
# format_overrides:
# - goos: windows
# format: zip
files:
- LICENSE
- CREDITS
Expand Down

0 comments on commit 894e28d

Please sign in to comment.