VADOSWARE/pg_idkit

Feature: Support aarch64 (arm64)

t3hmrman opened this issue · 1 comments

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.