diff --git a/.gitea/workflows/build_and_publish.yaml b/.gitea/workflows/build_and_publish.yaml index 36fd554..7991a15 100644 --- a/.gitea/workflows/build_and_publish.yaml +++ b/.gitea/workflows/build_and_publish.yaml @@ -62,6 +62,11 @@ jobs: runs-on: ubuntu-latest container: image: catthehacker/ubuntu:act-latest + strategy: + matrix: + arch: [amd64] + flavour: [sqlite3, mysql] + ver: ["6.0", "7.0"] steps: - name: Login to registry