mirror of
https://github.com/alterware/master-server.git
synced 2025-01-14 09:19:01 +00:00
build: remove x64 from macOS
This commit is contained in:
parent
85c241a2cb
commit
a269573f56
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -153,7 +153,6 @@ jobs:
|
||||
- debug
|
||||
- release
|
||||
arch:
|
||||
- x64
|
||||
- arm64
|
||||
steps:
|
||||
- name: Check out files
|
||||
|
@ -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/libtomcrypt
vendored
2
deps/libtomcrypt
vendored
@ -1 +1 @@
|
||||
Subproject commit c4b423f809b59b9f198bc735c3cc9d96d66059d3
|
||||
Subproject commit fc6b42025b080a19a0a201a427bb8512f251bb7b
|
2
deps/zlib
vendored
2
deps/zlib
vendored
@ -1 +1 @@
|
||||
Subproject commit 545f1949635949159fa6282e81712aec32b5d4f1
|
||||
Subproject commit d476828316d05d54c6fd6a068b121b30c147b5cd
|
Loading…
x
Reference in New Issue
Block a user