Skip to content

Commit c8c645e

Browse files
committed
Task: Fix task for mac os silicon
We need to specify the platform for mac to be happy Signed-off-by: Peter Neuroth <[email protected]>
1 parent e94199d commit c8c645e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
version: "3"
22

33
includes:
44
clnvm:
@@ -26,7 +26,6 @@ includes:
2626
dir: "."
2727

2828
tasks:
29-
3029
ci-check:
3130
deps:
3231
- ci-build
@@ -44,6 +43,7 @@ tasks:
4443
--build-arg UID=$(id -u) \
4544
--build-arg GID=$(id -g) \
4645
--build-arg GL_TESTING_IGNORE_HASH=1 \
46+
--platform=linux/amd64 \
4747
-t gltesting \
4848
-f docker/gl-testing/Dockerfile \
4949
.

0 commit comments

Comments
 (0)