Skip to content

Commit

Permalink
v8.19
Browse files Browse the repository at this point in the history
- DietPi-Software | K3s: Disable for RISC-V as it is not supported yet: k3s-io/k3s#7151
  • Loading branch information
MichaIng committed Jun 12, 2023
1 parent 13a416b commit aed7c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dietpi-software.bash
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Process_Software()
174) aCOMMANDS[i]='gimp -v';;
176) aSERVICES[i]='mycroft';;
178) aSERVICES[i]='jellyfin' aTCP[i]='8097'; [[ $arch == [23] ]] && aDELAY[i]=300;; # jellyfin[9983]: arm-binfmt-P: ../../target/arm/translate.c:9659: thumb_tr_translate_insn: Assertion `(dc->base.pc_next & 1) == 0' failed. ### jellyfin[9983]: qemu: uncaught target signal 6 (Aborted) - core dumped ### about 5 times
179) aSERVICES[i]='komga' aTCP[i]='2037'; (( $arch == 10 )) && aDELAY[i]=30 || aDELAY[i]=240;;
179) aSERVICES[i]='komga' aTCP[i]='2037'; (( $arch == 10 )) && aDELAY[i]=30 || aDELAY[i]=300;;
180) aSERVICES[i]='bazarr' aTCP[i]='6767'; (( $arch == 10 )) && aDELAY[i]=30; (( $arch < 10 )) && aDELAY[i]=60;;
181) aSERVICES[i]='papermc' aTCP[i]='25565';;
182) aSERVICES[i]='unbound' aUDP[i]='53'; [[ ${aSERVICES[126]} ]] && aUDP[i]+=' 5335';; # Uses port 5335 if Pi-hole or AdGuard Home is installed, but those do listen on port 53 instead
Expand Down
2 changes: 2 additions & 0 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,8 @@ Available commands:
aSOFTWARE_DESC[$software_id]='The certified Kubernetes distribution built for IoT & Edge computing'
aSOFTWARE_CATX[$software_id]=8
aSOFTWARE_DOCS[$software_id]='https://dietpi.com/docs/software/cloud/#k3s'
# - RISC-V: Not yet supported: https://github.com/k3s-io/k3s/issues/7151
aSOFTWARE_AVAIL_G_HW_ARCH[$software_id,11]=0
#------------------
software_id=142
aSOFTWARE_NAME[$software_id]='MicroK8s'
Expand Down

0 comments on commit aed7c6d

Please sign in to comment.