Skip to content

Commit

Permalink
build: remove x64 from macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 committed Sep 2, 2024
1 parent 85c241a commit a269573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ jobs:
- debug
- release
arch:
- x64
- arm64
steps:
- name: Check out files
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps/zlib

0 comments on commit a269573

Please sign in to comment.