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

This commit is contained in:
Lee 2023-03-27 20:23:30 +01:00
parent 7aa8724ba1
commit af7f5a6de2

@ -9,8 +9,8 @@ jobs:
docker:
strategy:
matrix:
arch: ['ubuntu-latest', 'arm-ubuntu-latest']
go-version: ['1.19','1.20']
arch: ['ubuntu-latest']
go-version: ['1.20']
git-version: ['2.38.4']
runs-on: ${{ matrix.arch }}
container: node:19-alpine