Spaces:
Sleeping
Sleeping
Raiya Araki
commited on
ci : fix building workflow for linux/arm64 container (#2555)
Browse files
.github/workflows/docker.yml
CHANGED
|
@@ -45,7 +45,7 @@ jobs:
|
|
| 45 |
with:
|
| 46 |
context: .
|
| 47 |
push: true
|
| 48 |
-
platforms: ${{ matrix.config.
|
| 49 |
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
|
| 50 |
file: ${{ matrix.config.dockerfile }}
|
| 51 |
|
|
@@ -54,6 +54,6 @@ jobs:
|
|
| 54 |
with:
|
| 55 |
context: .
|
| 56 |
push: ${{ github.event_name == 'push' }}
|
| 57 |
-
platforms: ${{ matrix.config.
|
| 58 |
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
|
| 59 |
file: ${{ matrix.config.dockerfile }}
|
|
|
|
| 45 |
with:
|
| 46 |
context: .
|
| 47 |
push: true
|
| 48 |
+
platforms: ${{ matrix.config.platform }}
|
| 49 |
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}-${{ env.COMMIT_SHA }}"
|
| 50 |
file: ${{ matrix.config.dockerfile }}
|
| 51 |
|
|
|
|
| 54 |
with:
|
| 55 |
context: .
|
| 56 |
push: ${{ github.event_name == 'push' }}
|
| 57 |
+
platforms: ${{ matrix.config.platform }}
|
| 58 |
tags: "ghcr.io/${{ github.repository }}:${{ matrix.config.tag }}"
|
| 59 |
file: ${{ matrix.config.dockerfile }}
|