Skip to content

Commit

Permalink
Revert ".github: workflows: Disable ARM64 image build"
Browse files Browse the repository at this point in the history
This reverts commit f375452 because the
Zephyr SDK 0.16.5-1 release includes AArch64 build.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Feb 19, 2024
1 parent df5096f commit 540a6df
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
- platform: linux/amd64
arch: amd64
builder: zephyr-runner-linux-x64-4xlarge
# NOTE: arm64 build is temporarily disabled due to CI runner issues.
# - platform: linux/arm64
# arch: arm64
# builder: zephyr-runner-linux-arm64-4xlarge
- platform: linux/arm64
arch: arm64
builder: zephyr-runner-linux-arm64-4xlarge

services:
registry:
Expand Down Expand Up @@ -253,7 +252,7 @@ jobs:
- name: Create multi-architecture image
run: |
archs=(amd64) # (amd64 arm64)
archs=(amd64 arm64)
ci_base_image="ghcr.io/zephyrproject-rtos/ci-base:${{ steps.meta_ci_base_push.outputs.version }}"
ci_image="ghcr.io/zephyrproject-rtos/ci:${{ steps.meta_ci_push.outputs.version }}"
developer_image="ghcr.io/zephyrproject-rtos/zephyr-build:${{ steps.meta_developer_push.outputs.version }}"
Expand Down

0 comments on commit 540a6df

Please sign in to comment.