File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 echo "**** install packages ****" && \
2222 pacman -Sy --noconfirm \
2323 caja \
24- " intellij-idea-community-edition${IDEA_VERSION:+=$IDEA_VERSION}" \
24+ intellij-idea-community-edition \
2525 libva && \
2626 echo "**** cleanup ****" && \
2727 printf \
Original file line number Diff line number Diff line change @@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612
613613# # Versions
614614
615+ * **18.02.26:** - Change aarch64 version to best effort.
615616* **28.12.25:** - Add Wayland init logic.
616617* **02.12.25:** - Initial Version.
Original file line number Diff line number Diff line change @@ -103,5 +103,6 @@ init_diagram: |
103103 "intellij-idea:latest" <- Base Images
104104# changelog
105105changelogs :
106+ - {date: "18.02.26:", desc: "Change aarch64 version to best effort."}
106107 - {date: "28.12.25:", desc: "Add Wayland init logic."}
107108 - {date: "02.12.25:", desc: "Initial Version."}
You can’t perform that action at this time.
0 commit comments