Skip to content

Commit

Permalink
Merge pull request #8 from flba-eb/sdk_preview_4
Browse files Browse the repository at this point in the history
Update to ebcl/sdk:1.1.1_preview_4 and zenoh:1.0.0-beta.2
  • Loading branch information
flba-eb authored Sep 11, 2024
2 parents ea9fffd + 541e82d commit 4a275b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
repository: eclipse-zenoh/zenoh
path: zenoh
ref: '1.0.0-alpha.6'
ref: '1.0.0-beta.2'
- name: test Zenoh
run: |
set -x
Expand All @@ -26,4 +26,4 @@ jobs:
-v $(realpath zenoh):/src \
-v $(realpath scripts):/scripts \
-e "CI_COMMAND=/scripts/run_ci.sh" \
ghcr.io/flba-eb/ebcl_cicd_template:main
ghcr.io/flba-eb/ebcl_cicd_template:sdk_preview_4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM linux.elektrobit.com/ebcl/sdk:1.1.1_preview_2
FROM linux.elektrobit.com/ebcl/sdk:1.1.1_preview_4

# sshpass is required to access the OS (image running in QEMU) without typing the password manually
RUN sudo apt-get update && sudo apt-get install -y \
Expand Down

0 comments on commit 4a275b7

Please sign in to comment.