Skip to content

Commit

Permalink
[core] No chrome on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov committed Nov 5, 2023
1 parent 4eb9029 commit a3cb3e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/site/content/en/docs/how-to/engines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3cb3e9

Please sign in to comment.