Skip to content

Commit c822e31

Browse files
authored
fix(release-container): publish arm images (#136)
1 parent 144c75f commit c822e31

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
with:
213213
context: ${{ inputs.context }}
214214
file: ${{ inputs.dockerfile }}
215-
platforms: linux/amd64
215+
platforms: ${{ inputs.platforms }}
216216
push: ${{ github.event_name != 'pull_request' && (startsWith(github.event.ref, 'refs/tags/v') || inputs.push-default-branch && github.event.ref_name == github.event.repository.default_branch) }}
217217
tags: ${{ steps.meta.outputs.tags }}
218218
cache-from: type=gha

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ jobs:
102102
context: [.] # (10)
103103
build-args: "" # (11)
104104
platforms: "linux/amd64,linux/arm64" # (12)
105-
docker-build-context: | # (13)
105+
docker-daemon-config: | # (13)
106106
{
107-
"debug": true,
108107
"features": {
109108
"containerd-snapshotter": true
110109
}

0 commit comments

Comments
 (0)