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

Feature: Support aarch64 (arm64) #30

Open
2 tasks
t3hmrman opened this issue Nov 27, 2023 · 1 comment
Open
2 tasks

Feature: Support aarch64 (arm64) #30

t3hmrman opened this issue Nov 27, 2023 · 1 comment
Labels
enhancement New feature or request infra/docker packaging Related to the packaging of pg_idkit

Comments

@t3hmrman
Copy link
Member

t3hmrman commented Nov 27, 2023

Context

At present with the work done on #8 the only supported platform is Alpine (x86_64-unknown-linux-gnu). In order to support more

Proposal

Add support (and automated testing) for more platforms:

- [ ] x86_64-unknown-linux-gnu (via. -bookworm)

  • aarch64-unknown-linux-musl (via -alpine3.18)
  • aarch64-unknown-linux-gnu (via -bookworm)

Ideally, all of these builds should fit in the same multi-platform manifest where possible.

Alternatives

N/A

Additional Links

Add any additional links/background information here.

@t3hmrman t3hmrman added enhancement New feature or request infra/docker packaging Related to the packaging of pg_idkit labels Nov 27, 2023
@t3hmrman t3hmrman changed the title Feature: Support more platforms Feature: Support aarch64 (arm64) Oct 1, 2024
@t3hmrman
Copy link
Member Author

t3hmrman commented Oct 1, 2024

An update here -- we can probably ignore making an explicitly debian-backed image -- the important thing is to get arm64 images out, in glibc/musl forms (for whichever is available at the time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infra/docker packaging Related to the packaging of pg_idkit
Projects
None yet
Development

No branches or pull requests

1 participant