We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a333e commit dcc02b0Copy full SHA for dcc02b0
.github/workflows/ci-testing-deploy.yml
@@ -287,6 +287,7 @@ jobs:
287
- name: build images
288
run: |
289
export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash)
290
+ export DOCKER_TARGET_PLATFORMS=linux/arm64
291
mkdir --parents /${{ runner.temp }}/build
292
make build local-dest=/${{ runner.temp }}/build exclude=static-webserver
293
- name: upload build artifacts
@@ -322,6 +323,7 @@ jobs:
322
323
324
325
326
327
328
make build local-dest=/${{ runner.temp }}/build target=static-webserver
329
0 commit comments