Skip to content

Commit

Permalink
arm64 chrome install complains about unmet dependencies
Browse files Browse the repository at this point in the history
It's strange because the linux/arm64 step says:
google-chrome-stable:amd64 : Depends: libasound2:amd64
and lists that and a lot of other :amd64 packages as not installable
  • Loading branch information
solsson committed Jun 7, 2024
1 parent 327a364 commit 08575b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
tags: |
ghcr.io/yolean/headless-chrome:latest
ghcr.io/yolean/headless-chrome:${{ github.sha }}
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 08575b0

Please sign in to comment.