diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c03d76c4..bdfe14cb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,10 +25,11 @@ jobs: tag: "chrome" platform: "amd64" browser: "chrome" - - runner: "buildjet-4vcpu-ubuntu-2204-arm" - tag: "chrome-arm" - platform: "linux/arm64" - browser: "chrome" + # Chrome is not supported on arm64 +# - runner: "buildjet-4vcpu-ubuntu-2204-arm" +# tag: "chrome-arm" +# platform: "linux/arm64" +# browser: "chrome" # No browser - runner: "buildjet-4vcpu-ubuntu-2204" tag: "noweb" diff --git a/docs/site/content/en/docs/how-to/engines/index.md b/docs/site/content/en/docs/how-to/engines/index.md index d6a3c90d..d0265f77 100644 --- a/docs/site/content/en/docs/how-to/engines/index.md +++ b/docs/site/content/en/docs/how-to/engines/index.md @@ -68,9 +68,9 @@ For **x86** processors use following images: For **ARM** processors use following images: - `devlikeapro/whatsapp-http-api:arm` - **Chromium** -- `devlikeapro/whatsapp-http-api:arm-chrome` - **Chrome** - `devlikeapro/whatsapp-http-api:arm-noweb`- **no browser installed** +{{< alert icon="💡" text="Chrome version is not available in ARM" />}} ## Features