From fa1bb9757ec02f83ecd3f2735cc42cf2295258fc Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 4 Jul 2021 14:59:34 -0700 Subject: [PATCH] Also build arm --- .github/workflows/java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index a8ad037..b84f596 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -36,7 +36,7 @@ jobs: with: context: ./java file: ./java/${{ matrix.tag }}/Dockerfile - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true tags: | ghcr.io/pterodactyl/yolks:java_${{ matrix.tag }}