Skip to content

Commit b84d6e7

Browse files
authored
Merge pull request #165 from docker/arch
docker image multi arch build
2 parents d1e96fa + ae10ee1 commit b84d6e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
129129
with:
130130
context: .
131+
platforms: linux/amd64,linux/arm64
131132
push: ${{ github.event_name != 'pull_request' }}
132133
sbom: true
133134
provenance: mode=max

0 commit comments

Comments
 (0)