From b8aea8f847d0d0d6b176991cad167bc6ea6f9d14 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 21 Oct 2023 11:47:29 +0930 Subject: [PATCH] feat(image): default to amd64 as target platform !95 --- dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockerfile b/dockerfile index 9398c8c..d7eee01 100644 --- a/dockerfile +++ b/dockerfile @@ -1,3 +1,5 @@ +ARG TARGETPLATFORM=linux/amd64 + FROM --platform=$TARGETPLATFORM python:3.11-bullseye # Ansible chucks a wobbler without. see: https://github.com/ansible/ansible/issues/78283