From 54982f26f39aafb5f2b5e58d9cda08b68f9e995d Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 17 May 2024 14:40:20 -0500 Subject: [PATCH] add back arm/v7 platform --- .github/workflows/build-base.yaml | 2 +- .github/workflows/build-latest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-base.yaml b/.github/workflows/build-base.yaml index 768aa43..58e137a 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/v8 \ No newline at end of file + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 \ No newline at end of file diff --git a/.github/workflows/build-latest.yaml b/.github/workflows/build-latest.yaml index c37fb3e..b5b5985 100644 --- a/.github/workflows/build-latest.yaml +++ b/.github/workflows/build-latest.yaml @@ -27,4 +27,4 @@ jobs: tags: jwetzell/guacamole:latest cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64,linux/arm64,linux/arm/v8 \ No newline at end of file + platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 \ No newline at end of file