Update '.gitea/workflows/publish.yaml'
This commit is contained in:
parent
7443e38033
commit
7aa8724ba1
@ -7,7 +7,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
strategy:
|
||||||
|
matrix:
|
||||||
|
arch: ['ubuntu-latest', 'arm-ubuntu-latest']
|
||||||
|
go-version: ['1.19','1.20']
|
||||||
|
git-version: ['2.38.4']
|
||||||
|
runs-on: ${{ matrix.arch }}
|
||||||
container: node:19-alpine
|
container: node:19-alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Reference in New Issue
Block a user