CircleCI-Public / cimg-postgres

MIT License
8 stars 25 forks source link

Add Arm64 support #97

Closed BytesGuy closed 1 year ago

BytesGuy commented 1 year ago

Description

This PR adds multi architecture images with arm64 support

Reasons

Enables arm64 support using the updating tooling in cimg-shared and cimg-orb

This also fixes build failures in the postgis variant and optimises building to utilise all the cpu available for faster builds

For now the testing portion is removed due to how buildx jobs work, but we will revisit this at a later date. I have manually verified these images run Postgres successfully

Test build for all in-support versions: https://app.circleci.com/pipelines/github/CircleCI-Public/cimg-postgres/421/workflows/f1e82e94-8556-4d9f-8946-a2d30f822c2c/jobs/404

Checklist

Please check through the following before opening your PR. Thank you!