Skip to content

Commit 12bee01

Browse files
committed
Build multi-arch images
1 parent 11e1d49 commit 12bee01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
5151
--progress plain \
5252
--platform linux/amd64 \
53+
--platform linux/arm64 \
5354
--provenance=false \
5455
--sbom=false \
5556
--output type=registry,push=true \
@@ -84,6 +85,7 @@ jobs:
8485
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
8586
--progress plain \
8687
--platform linux/amd64 \
88+
--platform linux/arm64 \
8789
--provenance=false \
8890
--sbom=false \
8991
--output type=registry,push=true \
@@ -118,6 +120,7 @@ jobs:
118120
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
119121
--progress plain \
120122
--platform linux/amd64 \
123+
--platform linux/arm64 \
121124
--provenance=false \
122125
--sbom=false \
123126
--output type=registry,push=true \
@@ -152,6 +155,7 @@ jobs:
152155
--cache-to type=registry,ref=docker.io/${REPOSITORY}:${TAG}${TAG_SUFFIX}-buildcache,mode=max,image-manifest=true,oci-mediatypes=true \
153156
--progress plain \
154157
--platform linux/amd64 \
158+
--platform linux/arm64 \
155159
--provenance=false \
156160
--sbom=false \
157161
--output type=registry,push=true \

0 commit comments

Comments
 (0)