1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Do not build java base image when publishing python cdk

This commit is contained in:
Alexandre Girard
2024-03-05 13:32:45 -08:00
parent 8b83f14283
commit 58bde70e0f

View File

@@ -235,7 +235,9 @@ cmd_publish() {
do
echo "building base images for $arch"
docker buildx build -t airbyte/integration-base:dev --platform $arch --load airbyte-integrations/bases/base
docker buildx build -t airbyte/integration-base-java:dev --platform $arch --load airbyte-integrations/bases/base-java
if [ "$path" != "airbyte-cdk/python" ]; then
docker buildx build -t airbyte/integration-base-java:dev --platform $arch --load airbyte-integrations/bases/base-java
fi
# For a short while (https://github.com/airbytehq/airbyte/pull/25034), destinations rely on the normalization image to build
# Thanks to gradle, destinstaions which need normalization will already have built base-normalization's "build" artifacts