Skip to content

Commit

Permalink
Merge pull request #242 from databacker/cut-releases
Browse files Browse the repository at this point in the history
cut release on tag

Signed-off-by: Avi Deitcher <[email protected]>
  • Loading branch information
deitch committed Nov 19, 2023
2 parents 74edfaa + 2d22407 commit 27de49f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.20
- name: Build with xgo
uses: crazy-max/ghaction-xgo@v1
with:
xgo_version: latest
go_version: 1.20
dest: dist
targets: windows/386,windows/amd64,windows/arm64,linux/386,linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
v: true
x: true
ldflags: -s -w
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
dist/*
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit 27de49f

Please sign in to comment.