mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-15 21:42:27 +00:00
fix(build): force linux/amd64 platform on ARM hosts
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
export DOCKER_DEFAULT_PLATFORM=linux/amd64
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
DISTRO="ubuntu2604"
|
||||
KERNEL_SRC=""
|
||||
|
||||
Reference in New Issue
Block a user