Skip to content

Commit

Permalink
test(ct): try to limit QEMU architectures, maybe shaving off a few se…
Browse files Browse the repository at this point in the history
…conds of setup
  • Loading branch information
poikilotherm committed Apr 10, 2024
1 parent afa51c7 commit 8afac92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU for multi-arch builds
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ env.PLATFORMS }}

- name: Deploy multi-arch base container image to Docker Hub
# Do not build for v6.0 and v6.1. We can simply reuse the one from v6.2.
if: ${{ matrix.branch != 'v6.0' && matrix.branch != 'v6.1' }}
Expand Down

0 comments on commit 8afac92

Please sign in to comment.