From 35c9c986fe37ef95f5329cb39add6cca6a4688f2 Mon Sep 17 00:00:00 2001 From: Ruben Suarez Alvarez Date: Thu, 12 Sep 2024 13:57:54 +0200 Subject: [PATCH] fix: disable arm64 architecture builds see: https://github.com/devcontainers/features/pull/833#issuecomment-2346085769 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d1f02b5..a452b18 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,4 +18,6 @@ jobs: DOCKER_REPOSITORY_NAME: rubensa DOCKER_IMAGE_NAME: devcontainers-cli DOCKER_IMAGE_TAG: latest + # see: https://github.com/devcontainers/features/pull/833#issuecomment-2346085769 + DOCKER_IMAGE_PLATFORMS: linux/amd64 secrets: inherit