Skip to content

Commit

Permalink
feature(main): support arm64 platform
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Oct 14, 2023
1 parent fe4f549 commit 92e1c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "[0-9].[0-9]+.[0-9]+*"
# pull_request:
env:
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/arm64
jobs:
docker:
name: Docker
Expand Down Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Build Kafka Connect
uses: docker/build-push-action@v2
with:
tags: ghcr.io/banzaicloud/kafka-connect:${{ steps.imagetag.outputs.value }}
tags: ghcr.io/${{ github.repository_owner }}/kafka-connect:${{ steps.imagetag.outputs.value }}
file: Dockerfile
platforms: ${{ env.PLATFORMS }}
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 92e1c9a

Please sign in to comment.