Skip to content

Commit

Permalink
Generate linux packages and windows build in release
Browse files Browse the repository at this point in the history
  • Loading branch information
kkentzo committed Jan 11, 2024
1 parent ff7d866 commit b3876c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
ldflags:
- -s -w -X main.GitCommit={{.Env.GITHUB_SHA}} -X main.OrkVersion={{.Env.GITHUB_REF_NAME}}

nfpms:
-
vendor: Kyriakos Kentzoglanakis
license: MIT
homepage: https://github.com/kkentzo/ork
maintainer: kkentzo @ github
description: |-
Workflow management for software projects
formats:
- apk
- deb
- rpm

0 comments on commit b3876c7

Please sign in to comment.