Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add ARM flags to README #582

Merged
merged 1 commit into from
Jul 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
![Exoscale](https://img.shields.io/badge/Exoscale-DA291C?style=for-the-badge&logo=exoscale&logoColor=white)
![Fuga Cloud](https://img.shields.io/badge/fuga_cloud-242F4B?style=for-the-badge&logo=fugacloud&logoColor=white)


![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/dirien/minectl/Build%20Binary/main?logo=github&style=for-the-badge)
![GitHub](https://img.shields.io/github/license/dirien/minectl?style=for-the-badge)

Expand Down Expand Up @@ -379,13 +378,11 @@ To get the `OpenStack RC File` from the Fuga Cloud UI, follow this steps:
5. Click on download OpenRC. This file contains all necessary configurations for the client.

```bash
source fuga-openrc.sh
source fuga-openrc.sh
```

Enter the password which matches the username of the contents of the OpenRC file.



#### Minecraft Server Versions 📚

> ⚠️ `minectl 🗺` is not(!) providing any pre-compiled binaries of Minecraft or download a pre-compiled version.
Expand Down Expand Up @@ -507,6 +504,7 @@ spec:
maxretry: "<max retry>"
port: <server port>
spot: <true |false>
arm: <true |false>
proxy:
java:
openjdk: <jdk version>
Expand Down Expand Up @@ -550,6 +548,7 @@ spec:
maxretry: "<max retry>"
port: "25565|19132 are the defaults for tcp/udp"
spot: <true |false>
arm: <true |false>
minecraft:
java:
openjdk: "8|16 use jdk 8 for <1.17 java server version"
Expand All @@ -573,6 +572,8 @@ spec:
...
```

> Attention: Please lookup the correct service size if you are setting the `arm` attribute to `true`

I created some example configs in the [config](config) folder for currently supported cloud provider and Minecraft
editions.

Expand Down