Spaces:
Sleeping
Sleeping
Update build workflow to target only linux/amd64 platform for Docker publishing
Browse files
.github/workflows/build.yaml
CHANGED
|
@@ -20,7 +20,7 @@ jobs:
|
|
| 20 |
steps:
|
| 21 |
- uses: pnstack/actions/docker-publish@main
|
| 22 |
with:
|
| 23 |
-
platforms: linux/amd64
|
| 24 |
dockerfile: Dockerfile
|
| 25 |
context: .
|
| 26 |
push_enabled: true
|
|
|
|
| 20 |
steps:
|
| 21 |
- uses: pnstack/actions/docker-publish@main
|
| 22 |
with:
|
| 23 |
+
platforms: linux/amd64
|
| 24 |
dockerfile: Dockerfile
|
| 25 |
context: .
|
| 26 |
push_enabled: true
|