Skip to content

Commit 092f1ad

Browse files
committed
PLAT-442: trying multi-arch build
1 parent ee5f136 commit 092f1ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- PLAT-442
78
pull_request:
89
jobs:
910
docker_push:
@@ -44,9 +45,9 @@ jobs:
4445
uses: docker/build-push-action@v2
4546
with:
4647
push: true
48+
platforms: linux/amd64,linux/arm64
4749
build-args: |
4850
STRIMZI_KAFKA_VERSION=${{ matrix.strimzi_kafka_version }}
4951
AWS_MSK_IAM_AUTH_VERSION=${{ matrix.aws_msk_iam_auth_version }}
5052
tags: |
51-
${{ secrets.DOCKER_USERNAME }}/oso-strimzi-kafka-operator-iam-auth:0.0.4
52-
# ${{ secrets.DOCKER_USERNAME }}/oso-strimzi-kafka-operator-iam-auth:${{ matrix.strimzi_kafka_version }}-aws-${{ matrix.aws_msk_iam_auth_version }}
53+
${{ secrets.DOCKER_USERNAME }}/oso-strimzi-kafka-operator-iam-auth:0.0.5

0 commit comments

Comments
 (0)