Skip to content

Commit

Permalink
ci: Use sdk-build 'main'
Browse files Browse the repository at this point in the history
This commit updates the CI workflow to use the sdk-build image 'main',
which is based on Debian 10 (Buster).

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed May 28, 2024
1 parent d74a5d9 commit 43e6d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
MATRIX_HOSTS+='{
"name": "linux-x86_64",
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:main",
"archive": "tar.xz"
},'
fi
Expand All @@ -239,7 +239,7 @@ jobs:
MATRIX_HOSTS+='{
"name": "linux-aarch64",
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:main",
"archive": "tar.xz"
},'
fi
Expand All @@ -266,7 +266,7 @@ jobs:
MATRIX_HOSTS+='{
"name": "windows-x86_64",
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
"container": "ghcr.io/zephyrproject-rtos/sdk-build:main",
"archive": "7z"
},'
fi
Expand Down

0 comments on commit 43e6d12

Please sign in to comment.