diff --git a/.github/workflows/build-base.yaml b/.github/workflows/build-base.yaml index 58e137a..ce1783a 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,linux/arm/v8 \ No newline at end of file + platforms: linux/amd64,linux/arm64,linux/arm/v7 \ No newline at end of file diff --git a/.github/workflows/build-latest.yaml b/.github/workflows/build-latest.yaml index b5b5985..aaf6160 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/v7,linux/arm/v8 \ No newline at end of file + platforms: linux/amd64,linux/arm64,linux/arm/v7 \ No newline at end of file