diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 22679ca..ffdf5d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -176,7 +176,7 @@ jobs: with: context: . file: ./Dockerfile.jetty - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 push: true tags: ${{ steps.docker_meta_jetty.outputs.tags }} labels: ${{ steps.docker_meta_jetty.outputs.labels }}