fix(ci-cd): Fix architecture name

This commit is contained in:
Myzel394 2024-12-12 22:34:00 +01:00
parent 9e456c1feb
commit c24cb2e037
No known key found for this signature in database
GPG Key ID: ED20A1D1D423AF3F

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
arch: ["amd64", "arm"] arch: ["amd64", "arm64"]
os: ["darwin", "linux"] os: ["darwin", "linux"]
steps: steps: