Skip to content

Commit

Permalink
Merge pull request #1 from DaisukeDaisuke/ubuntu20
Browse files Browse the repository at this point in the history
switch to ubuntu 20
  • Loading branch information
DaisukeDaisuke authored Apr 8, 2023
2 parents 916709b + 8cfc5c1 commit 64e4d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Release Binaries pmmp 3
jobs:
build-php:
name: Building cross compiler for android-aarch64
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
fail-fast: true
Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
# pmmp_binary
pmmp binary for ubuntu18
pmmp binary for panel
(ubuntu20)
## warning
If using ubuntu 20 or higher os, please use the official binaries.
Use official binaries as much as possible.
php 8.0
https://github.com/pmmp/PHP-Binaries/releases/tag/php-8.0-latest
php 8.1
https://github.com/pmmp/PHP-Binaries/releases/tag/php-8.1-latest
<!-- https://jenkins.pmmp.io/ (Not available until approximately March 1.) -->

## overview
The goal of this repository is to provide executable binaries for the latest pmmp on older ubuntu os using github actions.
The pmmp binaries for ubuntu18 will be maintained until March 2023.

Some server hosts use ubuntu 18 docker images and do not provide image modification features or Linux bash shell access.
Therefore, official binaries supporting ubuntu 20 and above will not work, and users will need to build their own binaries.

The [panel](https://github.com/pterodactyl/panel) decompressor does not process symbolic links correctly, so binaries that do not use it are also distributed.

## Q&A
###
Expand Down

1 comment on commit 64e4d07

@NhanAZ
Copy link

@NhanAZ NhanAZ commented on 64e4d07 May 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Time to 8.1 and 8.2

Please sign in to comment.