feat: Zephyr SDK 0.13.2

See: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.2
This commit is contained in:
Peter Johanson 2021-10-26 00:28:57 -04:00 committed by Pete Johanson
parent 25972e7aad
commit c5ac6433b0
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Containers
env:
zephyr-version: 2.5.0
zephyr-sdk-version: 0.12.4
zephyr-sdk-version: 0.13.2
sha-abbrev-length: 12
no-cache: ${{ secrets.NO_CACHE != null || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
ignore-actions-cache: ${{ secrets.IGNORE_ACTIONS_CACHE != null }}

View File

@ -85,7 +85,7 @@ FROM common AS build
ARG ARCHITECTURE
ARG ZEPHYR_SDK_VERSION
ARG ZEPHYR_SDK_SETUP_FILENAME=zephyr-toolchain-${ARCHITECTURE}-${ZEPHYR_SDK_VERSION}-x86_64-linux-setup.run
ARG ZEPHYR_SDK_SETUP_FILENAME=zephyr-toolchain-${ARCHITECTURE}-${ZEPHYR_SDK_VERSION}-linux-x86_64-setup.run
ARG ZEPHYR_SDK_INSTALL_DIR=/opt/zephyr-sdk-${ZEPHYR_SDK_VERSION}
RUN \
apt-get -y update \