Skip to content

Commit

Permalink
Use 64 bit binary for arma3
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Feb 29, 2024
1 parent 81e6a67 commit a99ba47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arma3/arma3-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
],
"run": {
"command": "./arma3server -ip=${ip} -port=${port} -config=${config} -par=parameters.txt",
"command": "./arma3server_x64 -ip=${ip} -port=${port} -config=${config} -par=parameters.txt",
"stopCode": 2
},
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion arma3/arma3.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
],
"run": {
"command": "./arma3server -ip=${ip} -port=${port} -config=${config} -par=parameters.txt",
"command": "./arma3server_x64 -ip=${ip} -port=${port} -config=${config} -par=parameters.txt",
"stopCode": 2
},
"environment": {
Expand Down

0 comments on commit a99ba47

Please sign in to comment.