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