VADOSWARE / pg_idkit

Postgres extension for generating UUIDs
https://vadosware.io/post/introducing-pg-idkit/
Apache License 2.0
365 stars 8 forks source link

Feature: Support aarch64 (arm64) #30

Open t3hmrman opened 11 months ago

t3hmrman commented 11 months ago

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)

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 commented 1 month ago

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)