Skip to content

Commit

Permalink
Fix multi-arch DSE image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Jul 11, 2023
1 parent d94b986 commit b02cd88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ jobs:
with:
images: datastax/dse-mgmtapi-6_8
tags: type=sha,prefix=dse68-${{ matrix.jdk-version }}-
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
Expand Down Expand Up @@ -296,6 +298,8 @@ jobs:
with:
images: datastax/dse-mgmtapi-6_8
tags: type=sha,prefix=dse68-ubi7-
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
</settings>
EOF
cp ~/.m2/settings.xml settings.xml
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Setup Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -132,6 +134,8 @@ jobs:
</settings>
EOF
cp ~/.m2/settings.xml settings.xml
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Setup Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit b02cd88

Please sign in to comment.