-
Notifications
You must be signed in to change notification settings - Fork 495
Closed
Labels
kind/enhancementkind - new features or changeskind - new features or changes
Milestone
Description
Currently attempting to run the chart on an ARM64 Kubernetes cluster (like an M1 MacBook) will fail with the default configs. This is because our ghcr.io/airflow-helm/pgbouncer image fails when run under emulation.
We need to do the following to have pgbouncer work natively on ARM64:
- Build the ./images/pgbouncer/Dockerfile locally on an ARM64 device and attempt to use it with the chart.
- (Adjust the Dockerfile until this works)
- Update the buildx workflow to target
linux/amd64ANDlinux/arm64
Metadata
Metadata
Assignees
Labels
kind/enhancementkind - new features or changeskind - new features or changes
Type
Projects
Status
Done