From 3cf4b6c7417688e7497aa68f52c040870bf5ca60 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 17 May 2024 14:38:15 -0500 Subject: [PATCH] update platforms in build base --- .github/workflows/build-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-base.yaml b/.github/workflows/build-base.yaml index ce1783a..768aa43 100644 --- a/.github/workflows/build-base.yaml +++ b/.github/workflows/build-base.yaml @@ -26,4 +26,4 @@ jobs: tags: jwetzell/guacamole:base cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64,linux/arm64,linux/arm/v7 \ No newline at end of file + platforms: linux/amd64,linux/arm64,linux/arm/v8 \ No newline at end of file