Skip to content

Commit a2a8bb8

Browse files
committed
build multiarch images
Signed-off-by: Jean-Christophe Sirot <jcsirot@gmail.com>
1 parent f433c40 commit a2a8bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
IMAGE_TAG: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/parisjug-dagger-demo/translate-api:${{ env.TAG_VERSION }}
5454
run: |
55-
docker build -f src/main/docker/Dockerfile.jvm --platform linux/amd64 -t $IMAGE_TAG .
55+
docker build -f src/main/docker/Dockerfile.jvm --platform linux/amd64,linux/arm64 -t $IMAGE_TAG .
5656
docker push $IMAGE_TAG
5757
5858
- name: update kube config

0 commit comments

Comments
 (0)