diff --git a/.github/workflows/build-latest.yaml b/.github/workflows/build-latest.yaml index ddc11f7..77d9bfb 100644 --- a/.github/workflows/build-latest.yaml +++ b/.github/workflows/build-latest.yaml @@ -26,4 +26,5 @@ jobs: push: false tags: jwetzell/guacamole:latest cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max + platforms: linux/amd64,linux/arm64,linux/arm/v7 \ No newline at end of file