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