mirror of
https://github.com/Myzel394/simple-seam-carving-in-go.git
synced 2025-06-18 07:25:30 +02:00
fix(ci-cd): Fix architecture name
This commit is contained in:
parent
9e456c1feb
commit
c24cb2e037
2
.github/workflows/build-debug.yaml
vendored
2
.github/workflows/build-debug.yaml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
arch: ["amd64", "arm"]
|
||||
arch: ["amd64", "arm64"]
|
||||
os: ["darwin", "linux"]
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user