build: remove x64 from macOS

This commit is contained in:
2024-09-02 08:56:08 +02:00
parent 85c241a2cb
commit a269573f56
4 changed files with 4 additions and 5 deletions

View File

@ -153,7 +153,6 @@ jobs:
- debug
- release
arch:
- x64
- arm64
steps:
- name: Check out files

View File

@ -7,8 +7,8 @@ This is the master server our clients use. It is based on the DP Master Server (
## Usage
Run using [Docker][docker-link]
```bash
docker run -p 20810:20810/udp alterware/master-server:latest
```
docker run -p 20810:20810/udp -e AW_STATS_LOCATION=<UTF-8 C-string> alterware/master-server:latest
```
## Build

2
deps/zlib vendored

Submodule deps/zlib updated: 545f194963...d476828316