mirror of
https://github.com/fleetdm/fleet
synced 2026-05-08 17:50:52 +00:00
Update goreleaser configs for 4.2.0 (#1650)
This commit is contained in:
parent
e8def4af00
commit
451493b1ea
3 changed files with 5 additions and 6 deletions
3
.github/workflows/goreleaser-fleet.yaml
vendored
3
.github/workflows/goreleaser-fleet.yaml
vendored
|
|
@ -38,8 +38,9 @@ jobs:
|
|||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@ac067437f516133269923265894e77920c3dce18 # v2.6.1
|
||||
with:
|
||||
distribution: goreleaser
|
||||
distribution: goreleaser-pro
|
||||
version: latest
|
||||
args: release --rm-dist -f .goreleaser.yml
|
||||
env:
|
||||
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
3
.github/workflows/goreleaser-orbit.yaml
vendored
3
.github/workflows/goreleaser-orbit.yaml
vendored
|
|
@ -26,8 +26,9 @@ jobs:
|
|||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@ac067437f516133269923265894e77920c3dce18 # v2.6.1
|
||||
with:
|
||||
distribution: goreleaser
|
||||
distribution: goreleaser-pro
|
||||
version: latest
|
||||
args: release --rm-dist -f orbit/.goreleaser.yml
|
||||
env:
|
||||
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -19,13 +19,11 @@ builds:
|
|||
env:
|
||||
- CGO_ENABLED=1
|
||||
goos:
|
||||
- darwin
|
||||
- linux
|
||||
- windows
|
||||
goarch:
|
||||
- amd64
|
||||
flags:
|
||||
- -tags=full
|
||||
- -tags=full,fts5
|
||||
- -trimpath
|
||||
ldflags:
|
||||
- -X github.com/kolide/kit/version.appName={{ .ArtifactName }}
|
||||
|
|
@ -60,7 +58,6 @@ archives:
|
|||
- id: fleet
|
||||
builds:
|
||||
- fleet
|
||||
- fleetctl
|
||||
name_template: fleet_v{{.Version}}_{{.Os}}
|
||||
replacements:
|
||||
darwin: macos
|
||||
|
|
|
|||
Loading…
Reference in a new issue