File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,12 +119,12 @@ RUN \
119119 /opt/duckstation && \
120120 echo "**** install eden ****" && \
121121 if [ -z ${EDEN_VERSION+x} ]; then \
122- EDEN_VERSION=$(curl -sX GET "https://api.github.com/ repos/eden-emulator/Releases /releases/latest" \
123- | awk '/tag_name/{print $4 ;exit}' FS='[""]' ); \
122+ EDEN_VERSION=$(curl -sX GET "https://git.eden-emu.dev/api/v1/ repos/eden-emu/eden /releases/latest" \
123+ | awk '/tag_name/{print $6 ;exit}' FS='[""]' ); \
124124 fi && \
125125 curl -o \
126126 /tmp/eden.deb -L \
127- "https://github.com /eden-emulator/Releases /releases/download/${EDEN_VERSION}/Eden-Ubuntu-24.04 -${EDEN_VERSION}-amd64.deb" && \
127+ "https://git.eden-emu.dev /eden-emu/eden /releases/download/${EDEN_VERSION}/Eden-Debian-13 -${EDEN_VERSION}-amd64.deb" && \
128128 apt-get install -y \
129129 /tmp/eden.deb && \
130130 echo "**** install flycast ****" && \
Original file line number Diff line number Diff line change @@ -614,5 +614,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
614614
615615# # Versions
616616
617+ * **17.03.26:** - Fix eden ingestion to use self hosted git.
617618* **02.03.26:** - Fix init to not use session wrapper.
618619* **25.02.26:** - Initial Version.
Original file line number Diff line number Diff line change @@ -108,5 +108,6 @@ init_diagram: |
108108 "webstation:latest" <- Base Images
109109# changelog
110110changelogs :
111+ - {date: "17.03.26:", desc: "Fix eden ingestion to use self hosted git."}
111112 - {date: "02.03.26:", desc: "Fix init to not use session wrapper."}
112113 - {date: "25.02.26:", desc: "Initial Version."}
You can’t perform that action at this time.
0 commit comments