Skip to content

Commit

Permalink
update dockerfile and yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chh7872 committed Sep 11, 2024
1 parent 6ed8d1a commit 7613719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
strategy:
matrix:
include:
- os: [ self-hosted, Linux, X64, zgsz-02 ]
- os: [ self-hosted, Linux, X64, generic ]
format: .tar.xz
node_suffix: linux-x64
dist_suffix: linux_x64
- os: [ self-hosted, macOS, X64, zgsz-02 ]
- os: [ self-hosted, macOS, X64, generic ]
format: .tar.gz
node_suffix: darwin-x64
dist_suffix: darwin_x64
Expand Down Expand Up @@ -141,10 +141,10 @@ jobs:
strategy:
matrix:
include:
- os: [ self-hosted, Linux, X64, zgsz-02 ]
- os: [ self-hosted, Linux, X64, generic ]
format: .tar.xz
dist_suffix: linux_x64
- os: [ self-hosted, macOS, X64, zgsz-02 ]
- os: [ self-hosted, macOS, X64, generic ]
format: .tar.gz
dist_suffix: darwin_x64

Expand Down Expand Up @@ -284,4 +284,4 @@ jobs:
with:
context: .
push: true
tags: listenai/csk6:latest,listenai/csk6:2.0.0
tags: listenai/csk6:latest,listenai/csk6:2.0.0-24091101
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN tar xJf "${LISA_HOME}/lisa/lisa-zephyr-linux_x64.tar.xz" -C "${LISA_HOME}/li

RUN ${LISA_HOME}/lisa/libexec/lisa zep install \
&& echo "{\"env\":\"csk6\"}" |tee ${LISA_HOME}/lisa-zephyr/config.json \
&& ${LISA_HOME}/lisa/libexec/lisa zep sdk set ${LISA_HOME}/csk-sdk-v2 --from-git="https://cloud.listenai.com/zephyr/csk#v2.0.0-alpha3" \
&& ${LISA_HOME}/lisa/libexec/lisa zep sdk set ${LISA_HOME}/csk-sdk-v2 --from-git="https://cloud.listenai.com/zephyr/csk#v2.0.0" \
#&& rm -f "${LISA_HOME}/lisa/lisa-zephyr-linux_x64.tar.xz" \
&& ${LISA_HOME}/lisa/libexec/lisa update zephyr

Expand Down

0 comments on commit 7613719

Please sign in to comment.