Skip to content

Commit dcc02b0

Browse files
committed
build for ARM64
1 parent 60a333e commit dcc02b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ jobs:
287287
- name: build images
288288
run: |
289289
export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash)
290+
export DOCKER_TARGET_PLATFORMS=linux/arm64
290291
mkdir --parents /${{ runner.temp }}/build
291292
make build local-dest=/${{ runner.temp }}/build exclude=static-webserver
292293
- name: upload build artifacts
@@ -322,6 +323,7 @@ jobs:
322323
- name: build images
323324
run: |
324325
export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash)
326+
export DOCKER_TARGET_PLATFORMS=linux/arm64
325327
mkdir --parents /${{ runner.temp }}/build
326328
make build local-dest=/${{ runner.temp }}/build target=static-webserver
327329
- name: upload build artifacts

0 commit comments

Comments
 (0)