Skip to content

Commit

Permalink
Merge pull request #55 from tiiuae/feat-v3.2.0
Browse files Browse the repository at this point in the history
PKCS11 updates
  • Loading branch information
jari-hodju committed Mar 15, 2024
2 parents 8d02409 + b8a5fa2 commit 5745dd4
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-mocap-pose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
contents: read
packages: write
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,5 +1,5 @@
# Given dynamically from CI job.
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 @@ -14,7 +14,7 @@ RUN /packaging/build_colcon_sdk.sh ${TARGETARCH:-amd64}
# Even though it is possible to tar the install directory for retrieving it later in runtime image,
# the tar extraction in arm64 emulated on arm64 is still slow. So, we copy the install directory instead

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

HEALTHCHECK --interval=5s \
CMD fog-health check --metric=location_update_count --diff-gte=5.0 \
Expand Down

0 comments on commit 5745dd4

Please sign in to comment.