Skip to content

Commit

Permalink
PKCS11 updates (#18)
Browse files Browse the repository at this point in the history
* Upgrade sdk and base images to v3.2.0

* Use action to get more build space on device
  • Loading branch information
jari-hodju authored Mar 15, 2024
1 parent f864d0a commit 3546f3e
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-microxrce-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
name: 🔨
runs-on: ubuntu-latest
steps:
- name: Free up space
uses: jlumbroso/free-disk-space@main

- uses: actions/checkout@v4

- name: Set short git commit SHA
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 @@ -16,7 +16,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 [ "/entrypoint.sh" ]

Expand Down

0 comments on commit 3546f3e

Please sign in to comment.