mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Try using an entrypoint script for args.
This commit is contained in:
5
.github/actions/zephyr-west/Dockerfile
vendored
5
.github/actions/zephyr-west/Dockerfile
vendored
@@ -54,4 +54,7 @@ RUN wget -q https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/master/s
|
||||
ENV ZEPHYR_TOOLCHAIN_VARIANT=zephyr
|
||||
ENV ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-${ZSDK_VERSION}
|
||||
|
||||
ENTRYPOINT ["west"]
|
||||
COPY ./entrypoint.sh ./
|
||||
RUN chmod +x ./entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
||||
3
.github/actions/zephyr-west/entrypoint.sh
vendored
Normal file
3
.github/actions/zephyr-west/entrypoint.sh
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
west $1 $2
|
||||
Reference in New Issue
Block a user