Skip to content

Commit

Permalink
ci(ct-base): add multiarch caps to base image action
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Aug 29, 2022
1 parent a67de6d commit 58407eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Set up QEMU for multi-arch builds
uses: docker/setup-qemu-action@v2
- name: Build base container image
run: mvn -f modules/container-base -Pct package -Dtarget.java.version=${{ matrix.jdk }}

Expand Down

0 comments on commit 58407eb

Please sign in to comment.