Skip to content

Commit

Permalink
update to latest rtems BSP version
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 2, 2024
1 parent 7349358 commit d1b32d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ENV EPICS_BASE_SRC=https://github.com/kiwichris/epics-base.git
ENV GIT_OPTS="--branch rtems-legacy-net-support --recursive"

# pull in RTEMS BSP from the GHCR
COPY --from=ghcr.io/epics-containers/rtems6-powerpc-linux-runtime:6.1rc2 \
COPY --from=ghcr.io/epics-containers/rtems6-powerpc-linux-runtime:6.2rc1ec1 \
${RTEMS_BASE} ${RTEMS_BASE}

##### shared build stage #######################################################
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
git submodule update --init

# build and developer images
$docker buildx build --network host --target $TARGET \
$docker buildx build --load --network host --target $TARGET \
--build-arg TARGETARCH=amd64 \
--build-arg TARGET_ARCHITECTURE=$T_A \
-t ${TAG} .

0 comments on commit d1b32d7

Please sign in to comment.