Building Airbyte image with specific platform setting

Summary

How to build an Airbyte image with specific platform setting to match the Kubernetes cluster architecture


Question

Hi all - does someone know how to build image with airbyte-ci setting the platform? I run the commands on Mac M1 but my k8s cluster is x86 hence I need to build the image with the right platform



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["build-image", "airbyte-ci", "platform-setting", "mac-m1", "k8s-cluster", "x86"]

theres the doc here: https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/pipelines/README.md#connectors-build-command

airbyte-ci connectors --name=source-pokeapi build --architecture=linux/amd64 --architecture=linux/arm64

This worked :slightly_smiling_face: Thanks a lot!