Skip to content

Commit

Permalink
Merge pull request #11 from ronoaldo/ronoaldo/release-5.7.0
Browse files Browse the repository at this point in the history
Updated to 5.7.0 release for server builds.
ronoaldo authored Apr 13, 2023
2 parents 04b5c33 + 54e28ce commit f43d02e
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
@@ -28,17 +28,17 @@ jobs:
MINETEST_GAME_VERSION=master
MINETEST_IRRLICHT_VERSION=master
tags: |-
5.7.0-dev
5.8.0-dev
unstable
dev
platforms: |-
linux/amd64
linux/arm64
- dockerfile: Dockerfile
args: |-
MINETEST_VERSION=5.6.1
MINETEST_GAME_VERSION=5.6.1
MINETEST_IRRLICHT_VERSION=1.9.0mt8
MINETEST_VERSION=5.7.0
MINETEST_GAME_VERSION=5.7.0
MINETEST_IRRLICHT_VERSION=1.9.0mt10
tags: |-
stable
stable-5
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ ARG MINETEST_GAME_VERSION=master
ARG MINETEST_IRRLICHT_VERSION=master
ARG MINETOOLS_VERSION=v0.2.2
# Using a specific and newer LuaJIT commit to fix several ARM issues
# and crashes.
ARG LUAJIT_VERSION=dad04f1754723e76ba9dcf9f401f3134a0cd3972
# and crashes. This commit uses the unrelease v2.1 branch.
ARG LUAJIT_VERSION=505e2c03de35e2718eef0d2d3660712e06dadf1f

# Install all build-dependencies
RUN apt-get update &&\

0 comments on commit f43d02e

Please sign in to comment.