Spaces:
Running
Running
set platforms
Browse files
.github/workflows/build-server-image.yaml
CHANGED
@@ -57,6 +57,6 @@ jobs:
|
|
57 |
type=gha
|
58 |
cache-to:
|
59 |
type=gha
|
60 |
-
|
61 |
tags: ${{ steps.meta.outputs.tags }}
|
62 |
labels: ${{ steps.meta.outputs.labels }}
|
|
|
57 |
type=gha
|
58 |
cache-to:
|
59 |
type=gha
|
60 |
+
platforms: linux/arm64,linux/amd64
|
61 |
tags: ${{ steps.meta.outputs.tags }}
|
62 |
labels: ${{ steps.meta.outputs.labels }}
|