File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1010 required : false
1111 codename :
1212 type : string
13- default : ' focal '
13+ default : ' jammy '
1414 required : false
1515 qt_version :
1616 type : string
17- default : ' 5 '
17+ default : ' 6 '
1818 required : false
1919 target_platform :
2020 type : string
@@ -175,4 +175,4 @@ jobs:
175175
176176 - name : 👀 Inspect image
177177 run : |
178- docker buildx imagetools inspect ${{ steps.meta.outputs.tags }}
178+ docker buildx imagetools inspect ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ RUN apt-get -y install \
5959 libftdi1-dev \
6060 libssl-dev \
6161 libraspberrypi-dev \
62- libglib2.0-dev
62+ libglib2.0-dev \
63+ libdrm-dev
6364
6465# Mark /source as safe directory for git (used in CI mounts)
6566RUN git config --system --add safe.directory /source
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ RUN dnf -y group install 'development-tools' 'c-development' 'rpm-development-to
5151 libcec-devel \
5252 alsa-lib-devel \
5353 libftdi-devel \
54- systemd-devel
54+ systemd-devel \
55+ libdrm-devel
5556
5657# Mark /source as safe directory for git (used in CI mounts)
5758RUN git config --system --add safe.directory /source
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ RUN apt-get -y install \
6161 libmbedtls-dev \
6262 libftdi1-dev \
6363 libssl-dev \
64- libglib2.0-dev
64+ libglib2.0-dev \
65+ libdrm-dev
6566
6667# Mark /source as safe directory for git (used in CI mounts)
6768RUN git config --system --add safe.directory /source
You can’t perform that action at this time.
0 commit comments