1 parent b57c3c5 commit e1e92b5Copy full SHA for e1e92b5
1 file changed
.github/workflows/image.yml
@@ -59,7 +59,7 @@ jobs:
59
builder: ${{ steps.buildx.outputs.name }}
60
context: ./
61
file: ./Dockerfile
62
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
63
push: true
64
tags: ${{ steps.meta.outputs.tags }}
65
labels: ${{ steps.meta.outputs.labels }}
@@ -74,9 +74,9 @@ jobs:
74
75
76
77
78
79
80
build-args: |
81
PROJECT_NAME=${{ matrix.project }}
82
- cache-from: type=gha,scope=${{ matrix.project }}-ci-image-main
+ cache-from: type=gha,scope=${{ matrix.project }}-ci-image-main
0 commit comments