Improve release builds.
Some checks failed
build / build (push) Has been cancelled
test / test (push) Has been cancelled

This commit is contained in:
Seraphim R. Pardee 2024-09-20 23:54:41 -04:00
parent af4d473ac0
commit fe91271cdc

View File

@ -33,7 +33,7 @@ jobs:
tags: | tags: |
git.hl.srp.life/${{ gitea.repository }}:${{ gitea.ref_name }} git.hl.srp.life/${{ gitea.repository }}:${{ gitea.ref_name }}
docker-release-latest: docker-release-latest:
if: ${{ ! (endsWith(gitea.ref_name, "-alpha") || endsWith(gitea.ref_name, "-beta") || endsWith(gitea.ref_name, "-rc")) }} if: ${{ ! (endsWith(gitea.ref_name, '-alpha') || endsWith(gitea.ref_name, '-beta') || endsWith(gitea.ref_name, '-rc')) }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: docker qemu setup - name: docker qemu setup
@ -65,7 +65,7 @@ jobs:
- name: checkout code - name: checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: gotta build 'em all - name: gotta build 'em all
uses: thatisuday/go-cross-build@v1 uses: chenasraf/go-cross-build@v1
with: with:
platforms: 'linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, freebsd/amd64, netbsd/amd64, openbsd/amd64, windows/amd64' platforms: 'linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, freebsd/amd64, netbsd/amd64, openbsd/amd64, windows/amd64'
name: bingo name: bingo