Skip to content

Commit

Permalink
Add ARM64 builds for all DSE images
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Jul 12, 2023
1 parent 586d65e commit 5b8cd60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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 .
- if: ${{ matrix.latest && matrix.image-base != 'jdk8' }}
name: Publish ${{ matrix.dse-version }} (${{ matrix.image-base }}) to Registry
run: |
Expand All @@ -75,7 +75,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 .
- if: ${{ !matrix.latest && matrix.image-base == 'jdk8' }}
name: Publish ${{ matrix.dse-version }} (${{ matrix.image-base }}) to Registry
run: |
Expand All @@ -88,7 +88,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 .
- if: ${{ !matrix.latest && matrix.image-base != 'jdk8' }}
name: Publish ${{ matrix.cassandra-version }} (${{ matrix.image-base }}) to Registry
run: |
Expand Down Expand Up @@ -157,7 +157,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 .
- if: ${{ !matrix.latest }}
name: Publish ${{ matrix.cassandra-version }} (${{ matrix.image-base }}) to Registry
run: |
Expand Down

0 comments on commit 5b8cd60

Please sign in to comment.