Skip to content

Commit

Permalink
Add ARM64 image builds for DSE
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Jul 10, 2023
1 parent 84f5c8f commit 04917d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
target: dse68

publish-dse-ubi:
Expand Down Expand Up @@ -315,5 +315,5 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
target: dse68
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
--tag datastax/dse-mgmtapi-6_8:${{ matrix.dse-version }}-${{ matrix.image-base }}-$RELEASE_VERSION \
--file dse-68/Dockerfile.${{ matrix.image-base }} \
--target dse68 \
--platform linux/amd64 .
--platform linux/amd64,linux/arm64 .
build-dse-68-ubi7:
needs: build-dse-68-ubuntu
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
--tag datastax/dse-mgmtapi-6_8:${{ matrix.dse-version }}-${{ matrix.image-base }}-$RELEASE_VERSION \
--file dse-68/Dockerfile.${{ matrix.image-base }} \
--target dse68 \
--platform linux/amd64 .
--platform linux/amd64,linux/arm64 .
build-oss-3-11x:
strategy:
Expand Down

0 comments on commit 04917d2

Please sign in to comment.