Skip to content

Commit

Permalink
feat: toggle arm64 builds for java openj9
Browse files Browse the repository at this point in the history
  • Loading branch information
Software-Noob committed May 25, 2024
1 parent 946873a commit 2d4c24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-openj9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
uses: ./.github/workflows/build-docker-image.yml
with:
context: ./java-openj9
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
file: ./java-openj9/${{ matrix.tag }}/Dockerfile
tags: ghcr.io/software-noob/pterodactyl-images:java_${{ matrix.tag }}_openj9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Navigate to `Admin Panel -> Nests -> Select your egg`. Add Docker image URL(s) f
- [Java 22 Liberica](https://github.com/Software-Noob/pterodactyl-images/tree/main/java-liberica/22)
- `ghcr.io/software-noob/pterodactyl-images:java_22_liberica`

### Java OpenJ9 [AMD64]
### Java OpenJ9 [AMD64/ARM64]

- [Java 8 OpenJ9](https://github.com/Software-Noob/pterodactyl-images/tree/main/java-openj9/8)
- `ghcr.io/software-noob/pterodactyl-images:java_8_openj9`
Expand Down

0 comments on commit 2d4c24e

Please sign in to comment.