Improve release builds.
This commit is contained in:
parent
af4d473ac0
commit
fe91271cdc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user