Update '.gitea/workflows/publish.yaml'
Some checks failed
docker (ubuntu-latest, 2.38.4, 1.19)
docker (arm-ubuntu-latest, 2.38.4, 1.19)
docker (arm-ubuntu-latest, 2.38.4, 1.20)
docker (ubuntu-latest, 2.38.4, 1.20)

This commit is contained in:
Lee 2023-03-27 20:23:06 +01:00
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