diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f4d873f7..9c599acad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,3 +30,8 @@ jobs: distribution: 'temurin' - name: Build with Maven run: $MAVEN clean verify + - uses: docker/setup-qemu-action@v2 + with: + platforms: amd64,arm64,ppc64le + - name: Build and Test Docker Image + run: docker/build.sh