mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-07 01:24:49 +00:00
Use the native platform in the build stage
This commit is contained in:
parent
f7f18c3d79
commit
eac2b07c5e
@ -4,7 +4,7 @@ m4_changequote([[, ]])
|
||||
## "build" stage
|
||||
##################################################
|
||||
|
||||
FROM docker.io/ubuntu:22.04 AS build
|
||||
FROM --platform=${BUILDPLATFORM} docker.io/ubuntu:22.04 AS build
|
||||
|
||||
# Install system packages
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
|
Loading…
Reference in New Issue
Block a user