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: |
git.hl.srp.life/${{ gitea.repository }}:${{ gitea.ref_name }}
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
steps:
- name: docker qemu setup
@ -65,7 +65,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
- name: gotta build 'em all
uses: thatisuday/go-cross-build@v1
uses: chenasraf/go-cross-build@v1
with:
platforms: 'linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, freebsd/amd64, netbsd/amd64, openbsd/amd64, windows/amd64'
name: bingo