mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
janitor: Upgrade Torizon demos to Torizon Core 6
This commit is contained in:
parent
13c39156e0
commit
bfb97b15d0
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
ARG TOOLCHAIN_ARCH=arm64
|
||||
ARG IMAGE_ARCH=linux/arm64
|
||||
ARG BASE_NAME=wayland-base
|
||||
FROM torizon/debian-cross-toolchain-$TOOLCHAIN_ARCH:2-bullseye AS build
|
||||
FROM torizon/debian-cross-toolchain-$TOOLCHAIN_ARCH:3-bookworm AS build
|
||||
ARG TOOLCHAIN_ARCH
|
||||
ARG RUST_TOOLCHAIN_ARCH=aarch64-unknown-linux-gnu
|
||||
|
||||
|
@ -42,7 +42,7 @@ RUN mkdir demos \
|
|||
done
|
||||
|
||||
# Create container for target
|
||||
FROM --platform=$IMAGE_ARCH torizon/$BASE_NAME:2
|
||||
FROM --platform=$IMAGE_ARCH torizon/$BASE_NAME:3
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/slint-ui/slint
|
||||
LABEL org.opencontainers.image.description="Container image providing Slint demos for use on Torizon. Run with 'docker run --user=torizon -v /dev:/dev -v /tmp:/tmp --device-cgroup-rule='c 199:* rmw' --device-cgroup-rule='c 226:* rmw'. Available demos: printerdemo slide_puzzle gallery opengl_underlay carousel todo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue