only amd64

This commit is contained in:
2025-06-11 23:12:39 +02:00
parent 8550f0c91c
commit d889b27724
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
strategy: strategy:
matrix: matrix:
arch: [amd64, arm64] arch: [amd64]
flavour: [sqlite3, mysql] flavour: [sqlite3, mysql]
ver: ["6.0", "7.0"] ver: ["6.0", "7.0"]

View File

@@ -23,7 +23,7 @@ jobs:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
strategy: strategy:
matrix: matrix:
arch: [amd64, arm64] arch: [amd64]
flavour: [sqlite3, mysql] flavour: [sqlite3, mysql]
ver: ["6.0", "7.0"] ver: ["6.0", "7.0"]