From 9abbd5bba61176e6e878f3d6c5eeaf55a8b3bc36 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Fri, 2 Dec 2022 23:12:26 -0700 Subject: [PATCH] build arm64 --- .github/workflows/monkeyplug-build-push-ghcr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monkeyplug-build-push-ghcr.yml b/.github/workflows/monkeyplug-build-push-ghcr.yml index 6a20348..57867ed 100644 --- a/.github/workflows/monkeyplug-build-push-ghcr.yml +++ b/.github/workflows/monkeyplug-build-push-ghcr.yml @@ -32,7 +32,7 @@ jobs: tag-rules: | type=raw,value=small,enable={{is_default_branch}} type=raw,value=stable-small-{{date 'YYYYMMDDHHmmss'}},enable={{is_default_branch}} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 build-large-image: name: Call Docker Build for large @@ -55,4 +55,4 @@ jobs: tag-rules: | type=raw,value=large,enable={{is_default_branch}} type=raw,value=stable-large-{{date 'YYYYMMDDHHmmss'}},enable={{is_default_branch}} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64