mirror of
https://github.com/Myzel394/simple-seam-carving-in-go.git
synced 2025-06-18 15:35: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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: ["amd64", "arm"]
|
arch: ["amd64", "arm64"]
|
||||||
os: ["darwin", "linux"]
|
os: ["darwin", "linux"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user