mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-09-30 15:10:33 +00:00
getting closer...
This commit is contained in:
parent
96abe830a7
commit
e8f49db91e
3 changed files with 12 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -4,7 +4,10 @@ on:
|
|||
push:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: golang:1.16.6-alpine3.14
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
- run: go build .
|
||||
- run: ./protobuf/build.sh
|
||||
|
|
5
.github/workflows/draft-release.yml
vendored
5
.github/workflows/draft-release.yml
vendored
|
@ -4,8 +4,11 @@ on:
|
|||
pull_request:
|
||||
jobs:
|
||||
draft-release:
|
||||
runs-on: golang:1.16.6-alpine3.14
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
5
.github/workflows/full-release.yml
vendored
5
.github/workflows/full-release.yml
vendored
|
@ -5,8 +5,11 @@ on:
|
|||
- master
|
||||
jobs:
|
||||
release:
|
||||
runs-on: golang:1.16.6-alpine3.14
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v2.1.3
|
||||
with:
|
||||
go-version: 1.16.5
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue