We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3a14b commit 15758c5Copy full SHA for 15758c5
1 file changed
.github/workflows/java.yml
@@ -60,7 +60,7 @@ jobs:
60
with:
61
context: ./java
62
file: ./java/${{ matrix.tag }}/Dockerfile
63
- platforms: linux/amd64, linux/arm64
+ platforms: linux/amd64
64
push: true
65
tags: |
66
ghcr.io/ingotgg/docker:java_${{ matrix.tag }}
0 commit comments