Skip to content

Commit

Permalink
chore: cleanup goreleaser file and task scripts (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs authored Dec 12, 2023
1 parent 156f592 commit 2d01c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,6 @@ builds:
- arm64
mod_timestamp: *build-timestamp
ldflags: *build-ldflags
# will probably be supported in the future
# hooks:
# post:
# - cmd: .tools/quill sign-and-notarize "{{ .Path }}" --dry-run={{ .IsSnapshot }} --ad-hoc={{ .IsSnapshot }} -vv
# env:
# - QUILL_LOG_FILE=/tmp/quill-{{ .Target }}.log

# not supported yet
# - id: windows-build
# dir: ./cmd/grant
# binary: grant
# goos:
# - windows
# goarch:
# - amd64
# mod_timestamp: *build-timestamp
# ldflags: *build-ldflags

archives:
- id: linux-archives
Expand All @@ -62,10 +45,3 @@ archives:
- id: darwin-archives
builds:
- darwin-build

# not supported yet
# - id: windows-archives
# format: zip
# builds:
# - windows-build

2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ tasks:
silent: true
- cmd: |
cat .goreleaser.yaml >> {{ .TMP_DIR }}/goreleaser.yaml
echo "dist: {{ .SNAPSHOT_DIR }}" >> {{ .TMP_DIR }}/goreleaser.yaml
echo "dist: {{ .SNAPSHOT_DIR }}" > {{ .TMP_DIR }}/goreleaser.yaml
- cmd: "{{ .TOOL_DIR }}/goreleaser release --clean --skip=publish --skip=sign --snapshot --config {{ .TMP_DIR }}/goreleaser.yaml"


Expand Down

0 comments on commit 2d01c7d

Please sign in to comment.