Fabrizio Bulleri
10/23/2024, 4:36 PMuser
10/23/2024, 4:36 PMbash docker buildx build --platform linux/amd64 --push -t repo/image-name:tag .
Replace repo/image-name:tag
with your desired image name and tag. This approach is based on the information provided in a forum post about building custom connectors for ARM processors, but the same principle applies for AMD64 [Error adding a source (custom connector) to UI > Official Answer](https://discuss.airbyte.io/t/4652). It's important to note that you may need to enable experimental features in Docker Desktop and run docker buildx create --use
before building the image, as mentioned in the same forum post. If you encounter any issues or need more specific instructions for the workload-launcher image, you might want to check the official Airbyte documentation or GitHub repository for the most up-to-date information, as the provided knowledge sources don't contain explicit instructions for building the workload-launcher image specifically.