Skip to content

Commit a4ac942

Browse files
committed
build whatever is offered on archlinuxarm, do not block x86
1 parent ab4d09c commit a4ac942

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN \
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 \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@ init_diagram: |
103103
"intellij-idea:latest" <- Base Images
104104
# changelog
105105
changelogs:
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."}

0 commit comments

Comments
 (0)