Skip to content

Commit

Permalink
Merge pull request #35 from tiiuae/feat-v3.2.0
Browse files Browse the repository at this point in the history
PKCS11 updates
  • Loading branch information
jari-hodju authored Mar 18, 2024
2 parents 23678c3 + 036d22b commit c69618c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tii-gremsy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Free up space
uses: jlumbroso/free-disk-space@main

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.1.0-${TARGETARCH:-amd64} AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/tiiuae/fog-ros-sdk:v3.2.0-${TARGETARCH:-amd64} AS builder

# Must be defined another time after "FROM" keyword.
ARG TARGETARCH
Expand All @@ -15,7 +15,7 @@ RUN /packaging/build_colcon_sdk.sh ${TARGETARCH:-amd64}
# ▲ runtime ──┐
# └── build ▼

FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.1.0
FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.2.0

# ENTRYPOINT exec ros-with-env ros2 run ros2_gremsy gremsy_node --ros-args --remap __ns:=/$DRONE_DEVICE_ID -p com_port:=/dev/ttyUSB0
ENTRYPOINT [ "/entrypoint.sh" ]
Expand Down

0 comments on commit c69618c

Please sign in to comment.