phusion / passenger_apt_automation

Tools for automatically building a Debian APT repository for Phusion Passenger
MIT License
20 stars 20 forks source link

Add Arm support #45

Closed taleh007 closed 2 years ago

taleh007 commented 2 years ago

Using following instructions: https://github.com/phusion/passenger-docker/issues/286#issuecomment-1252758811

I have built packages for ARM using: AWS Linux Instance, ARM, Ubuntu 22LTS

In this PR I did a little tweak to make it works

  1. All packages were created using build command
  2. Packages were tested using test command -> All tests are green

All comments and reviews are welcome!

Little bit later I will add link with to the tag.gz with all packages that I made

taleh007 commented 2 years ago

Link to release in my fork with all files as promised https://github.com/taleh007/passenger_apt_automation/releases/tag/arm

taleh007 commented 2 years ago

cc @CamJN

NikitaKolokoltsev commented 2 years ago

Great job!