Skip to content

Commit

Permalink
update version to v1.3.2 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
thir820 authored Aug 22, 2024
1 parent a0a35b4 commit 4bd0d54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Base-Name: sdk
Repository: linux.elektrobit.com/ebcl
Base-Container: ubuntu:22.04
Version: v1.3.1
Version: v1.3.2
Layers:
- base
- pbuilder
Expand Down
6 changes: 3 additions & 3 deletions run_container
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="testing"
VERSION="v1.3.2"

if [ -z $RUNNER ]; then
# docker or podman
Expand Down Expand Up @@ -64,7 +64,7 @@ if [ ! -z "$@" ]; then
-v ${SYSROOT_ARM}:/build/sysroot_aarch64:ro \
-v /dev:/dev \
--privileged \
linux.elektrobit.com/ebcl/sdk:testing
linux.elektrobit.com/ebcl/sdk:${VERSION}
else
$RUNNER run --rm -it \
--name $CONTAINER_NAME \
Expand All @@ -79,5 +79,5 @@ else
-v ${SYSROOT_ARM}:/build/sysroot_aarch64:ro \
-v /dev:/dev \
--privileged \
linux.elektrobit.com/ebcl/sdk:testing
linux.elektrobit.com/ebcl/sdk:${VERSION}
fi
2 changes: 0 additions & 2 deletions stop_container
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

VERSION="testing"

if [ -z $RUNNER ]; then
# docker or podman
RUNNER="docker"
Expand Down

0 comments on commit 4bd0d54

Please sign in to comment.