Fix quirks in release.yaml.
This commit is contained in:
parent
1a922a034d
commit
a6e6e8e6c0
@ -52,7 +52,6 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
linux/arm64
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.hl.srp.life/${{ gitea.repository }}:latest
|
git.hl.srp.life/${{ gitea.repository }}:latest
|
||||||
@ -61,8 +60,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: setup go 1.23.1 and fetch deps
|
||||||
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: '1.23.1'
|
||||||
|
cache-dependency-path: go.sum
|
||||||
- name: gotta build 'em all
|
- name: gotta build 'em all
|
||||||
uses: chenasraf/go-cross-build@v1
|
uses: https://git.hl.srp.life/srp/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