From e42077e0d142216291871c0328fa9766b84fa6ab Mon Sep 17 00:00:00 2001 From: Peter Neuroth Date: Tue, 8 Apr 2025 14:09:26 +0200 Subject: [PATCH] Task: Fix task for mac os silicon We need to specify the platform for mac to be happy Signed-off-by: Peter Neuroth --- Taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index f4d10d086..18cceba52 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,4 +1,4 @@ -version: '3' +version: "3" includes: clnvm: @@ -26,7 +26,6 @@ includes: dir: "." tasks: - ci-check: deps: - ci-build @@ -44,6 +43,7 @@ tasks: --build-arg UID=$(id -u) \ --build-arg GID=$(id -g) \ --build-arg GL_TESTING_IGNORE_HASH=1 \ + --platform=linux/amd64 \ -t gltesting \ -f docker/gl-testing/Dockerfile \ .