Updated to be future ready

Specified the architecture for Linux builds
This commit is contained in:
alex.ita 2024-01-03 10:25:27 +01:00
parent 8b37e854d8
commit 647ab8bda9
2 changed files with 4 additions and 2 deletions

View File

@ -53,6 +53,7 @@
width: 100%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
text-align: center;
}
.dropdown-menu-linux-content a {

View File

@ -232,8 +232,9 @@
<div class="dropdown-menu-linux">
<button class="dropdownbtn">Download server</button>
<div class="dropdown-menu-linux-content">
<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-debian">Debian</a>
<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-ubuntu">Ubuntu</a>
<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-debian">Debian (x86/64)</a>
<!-- <a href="GOOGOOGAAGAA ADD LINK HERE">Debian (arm64)</a> -->
<a href="https://github.com/BeamMP/BeamMP-Server/releases/latest/download/BeamMP-Server-ubuntu">Ubuntu (x86/64)</a>
</div>
</div>
<span class="description">Linux builds</span>