Skip to content

Commit

Permalink
Merge pull request #382 from fuergaosi233/ci/fix-arm-build-failed
Browse files Browse the repository at this point in the history
πŸ’š Fix Arm build failed
  • Loading branch information
fuergaosi233 authored Dec 20, 2022
2 parents ecb16ad + 95a89e4 commit 960acb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
# FIXME: Chrome doesn't seem to install on ARM, so skip it for now
# platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 960acb3

Please sign in to comment.