fix: force linux/amd64 platform for Arch container
archlinux:latest has no ARM64 image on Docker Hub. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,7 @@ jobs:
|
|||||||
- ubuntu-24.04
|
- ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
|
options: --platform linux/amd64
|
||||||
steps:
|
steps:
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: pacman -Syu --noconfirm git nodejs go base-devel curl
|
run: pacman -Syu --noconfirm git nodejs go base-devel curl
|
||||||
|
|||||||
Reference in New Issue
Block a user