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

Add support for ARM64 #1272

Open
potvinp opened this issue Mar 19, 2024 · 1 comment
Open

Add support for ARM64 #1272

potvinp opened this issue Mar 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@potvinp
Copy link

potvinp commented Mar 19, 2024

Describe what you would like to achieve
Currently, BGPalerter is only released with support for the AMD64 platform. It would be wise to implement releases for the ARM64 platform due to the increasing popularity of ARM64-based devices and cloud services.

Provide an example
For the docker build at least, the only change required in the Dockerfile appears to be to utilize arm64v8/node:18.19.0-alpine as the source image for the ARM64 version instead of the node:18.19.0-alpine image it currently uses which is limited to AMD64.

I have made this change myself to allow BGPalerter to operate on an ARM64-based cloud server, which appears to be working without issues.

Your information
AS52210
Accuris Technologies Ltd.

@potvinp potvinp added the enhancement New feature or request label Mar 19, 2024
@massimocandela
Copy link
Member

Hi @potvinp,

Since it looks like you already worked on this. Please, provide a pull request with the docker changes and the pkg (for the binary) changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants