Spaces:
Running
Running
ci : cont
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -48,7 +48,7 @@ jobs:
|
|
| 48 |
strategy:
|
| 49 |
fail-fast: false
|
| 50 |
matrix:
|
| 51 |
-
arch: [linux/arm64
|
| 52 |
|
| 53 |
steps:
|
| 54 |
- name: Clone
|
|
@@ -74,7 +74,7 @@ jobs:
|
|
| 74 |
strategy:
|
| 75 |
fail-fast: false
|
| 76 |
matrix:
|
| 77 |
-
arch: [linux/
|
| 78 |
|
| 79 |
steps:
|
| 80 |
- name: Clone
|
|
|
|
| 48 |
strategy:
|
| 49 |
fail-fast: false
|
| 50 |
matrix:
|
| 51 |
+
arch: [linux/arm64]
|
| 52 |
|
| 53 |
steps:
|
| 54 |
- name: Clone
|
|
|
|
| 74 |
strategy:
|
| 75 |
fail-fast: false
|
| 76 |
matrix:
|
| 77 |
+
arch: [linux/arm/v7]
|
| 78 |
|
| 79 |
steps:
|
| 80 |
- name: Clone
|