Skip to content

Upgrade to ETL 2.84.0#40

Merged
sebdanielsson merged 1 commit into
mainfrom
claude/bump-version-release-FRCyS
May 21, 2026
Merged

Upgrade to ETL 2.84.0#40
sebdanielsson merged 1 commit into
mainfrom
claude/bump-version-release-FRCyS

Conversation

@sebdanielsson

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 21, 2026 17:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Docker image build to pull the ET: Legacy dedicated server binaries corresponding to ETL 2.84.0 by switching the upstream download URLs per target platform.

Changes:

  • Updated the amd64 download file ID used during the Docker build.
  • Updated the arm64 download file ID used during the Docker build.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Dockerfile
Comment on lines 9 to 12
RUN case "$TARGETPLATFORM" in \
('linux/amd64') URL="https://www.etlegacy.com/download/file/700" ;; \
('linux/arm64') URL="https://www.etlegacy.com/download/file/710" ;; \
('linux/amd64') URL="https://www.etlegacy.com/download/file/715" ;; \
('linux/arm64') URL="https://www.etlegacy.com/download/file/725" ;; \
(*) echo "Unsupported platform $TARGETPLATFORM" && exit 1 ;; \
Comment thread Dockerfile
Comment on lines +10 to 14
('linux/amd64') URL="https://www.etlegacy.com/download/file/715" ;; \
('linux/arm64') URL="https://www.etlegacy.com/download/file/725" ;; \
(*) echo "Unsupported platform $TARGETPLATFORM" && exit 1 ;; \
esac && \
curl $URL | tar xz -i --strip-components=1 && if [ -f etlded.* ]; then mv etlded.* etlded; fi
@sebdanielsson
sebdanielsson enabled auto-merge (rebase) May 21, 2026 17:18
@sebdanielsson
sebdanielsson merged commit f3ba852 into main May 21, 2026
7 checks passed
@sebdanielsson
sebdanielsson deleted the claude/bump-version-release-FRCyS branch May 21, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants