Skip to content

Commit

Permalink
feature(main): add arm64 platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Oct 14, 2023
1 parent 523f35d commit 741398e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
org.opencontainers.image.title=Linkedin's Cruise Control for Koperator
org.opencontainers.image.description=Linkedin's Cruise Control container image built for Koperator (https://github.com/banzaicloud/koperator)
org.opencontainers.image.vendor=Cisco Systems
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/arm64

jobs:
build:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
flavor: |
latest=false
images: |
ghcr.io/banzaicloud/cruise-control
ghcr.io/${{ github.repository_owner }}/cruise-control
tags: |
type=sha,enable=true,format=short,prefix=
labels: ${{ env.CONTAINER_LABELS }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
flavor: |
latest=auto
images: |
ghcr.io/banzaicloud/cruise-control
ghcr.io/${{ github.repository_owner }}/cruise-control
tags: |
type=semver,pattern={{version}}
type=edge,branch=master
Expand Down

0 comments on commit 741398e

Please sign in to comment.