Skip to content

Commit

Permalink
build for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Dec 19, 2024
1 parent 60a333e commit dcc02b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dcc02b0

Please sign in to comment.