Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing QEMU setup for cross-platform Docker build

High Severity

Adding platforms: linux/amd64,linux/arm64 for multi-platform Docker builds requires docker/setup-qemu-action to be run before docker/setup-buildx-action. Without QEMU emulation setup, the ARM64 build will fail on the AMD64 GitHub runner. Docker's official documentation and the setup-buildx-action README state that QEMU setup is required for cross-architecture emulation support.

Fix in Cursor Fix in Web

build-args: |
VWS_CLI_VERSION=${{ steps.calver.outputs.release }}
tags: |-
Expand Down