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: muti-arch build #3569

Merged
merged 48 commits into from
Feb 8, 2024
Merged

feat: muti-arch build #3569

merged 48 commits into from
Feb 8, 2024

Conversation

mguptahub
Copy link
Collaborator

This PR brings in multiple fixes

  • MASTER branch build will generate multi-arch docker images - amd64 and arm64
  • Docker Compose based self hosting will now be supporting amd64/x86_64/arm64/aarch64 CPU architecture based hosts
  • 1 Click Setup will now support. Ubuntu and CentOS for amd64/x86_64/arm64/aarch64 CPU architecture based hosts

For 1-click setup, single command will setup the installer on the host server.

curl -o- https://raw.githubusercontent.com/makeplane/plane/master/deploy/1-click/install.sh?token=$(date +%s) | bash -

Post this setup, user need to use

  • plane-app --help to view the utility help
  • plane-app --install for installing the Plane app along with pre-requisites
  • plane-app --configure for configuring the Plane app
  • plane-app start for starting the Plane app
  • plane-app stop for stopping the Plane app
  • plane-app --upgrade for upgrading the Plane app
  • plane-app --update-installer for updating the Plane app installer
  • plane-app --uninstall for uninstalling the Plane app

@sriramveeraghanta sriramveeraghanta changed the title Muti-arch build feat: muti-arch build Feb 8, 2024
@sriramveeraghanta sriramveeraghanta merged commit a43dfc0 into develop Feb 8, 2024
6 of 8 checks passed
@sriramveeraghanta sriramveeraghanta deleted the mg-arm-builds branch February 8, 2024 06:17
aaryan610 pushed a commit that referenced this pull request Feb 8, 2024
* arm build, supporting centos & alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants