From dcc02b05be8a3f819dbb608538c8bf60360cae64 Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:29:49 +0100 Subject: [PATCH] build for ARM64 --- .github/workflows/ci-testing-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 789c552cc81..7e9f0ec0fb6 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -287,6 +287,7 @@ jobs: - name: build images run: | export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash) + export DOCKER_TARGET_PLATFORMS=linux/arm64 mkdir --parents /${{ runner.temp }}/build make build local-dest=/${{ runner.temp }}/build exclude=static-webserver - name: upload build artifacts @@ -322,6 +323,7 @@ jobs: - name: build images run: | export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash) + export DOCKER_TARGET_PLATFORMS=linux/arm64 mkdir --parents /${{ runner.temp }}/build make build local-dest=/${{ runner.temp }}/build target=static-webserver - name: upload build artifacts