mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add missing zstd-libs to final Docker image
Also add `minetestserver --version` command to verify docker build in CI
This commit is contained in:
parent
7f3401412e
commit
bcb6565483
2 changed files with 3 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -180,7 +180,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Build docker image
|
||||
run: |
|
||||
docker build .
|
||||
docker build . -t minetest:latest
|
||||
docker run --rm minetest:latest /usr/local/bin/minetestserver --version
|
||||
|
||||
win32:
|
||||
name: "MinGW cross-compiler (32-bit)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue