Skip to content

Commit

Permalink
Coerce jenkins-remoting-runner version into semver.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 9, 2024
1 parent 3f7dcbf commit 5e7e2fc
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions packages/jenkins-remoting-runner/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,19 @@ before:
dir: .
# https://goreleaser.com/customization/builds/#import-pre-built-binaries
# builds:
# - id: prebuilt
# builder: prebuilt
# goos:
# - linux
# prebuilt:
# path: "/opt/jenkins/{{ .ProjectName }}.jar"
# binary: "{{ .ProjectName }}.jar"
builds:
- id: prebuilt
builder: prebuilt
goos:
- linux

# https://goreleaser.com/customization/nfpm/
nfpms:
- id: package
package_name: "{{ .ProjectName }}"
file_name_template: "{{ .PackageName }}_{{ .Version }}_noarch"
# builds:
# - prebuilt
builds:
- prebuilt
vendor: "{{ .Var.Vendor }}"
homepage: "{{ .Var.VendorHomepage }}"
maintainer: Northwood Labs <[email protected]>
Expand Down

0 comments on commit 5e7e2fc

Please sign in to comment.