fix: don't include chromium on ephemeral envs (#31391)

This commit is contained in:
Maxime Beauchemin
2024-12-10 18:33:56 -08:00
committed by GitHub
parent a6e05f4558
commit d8fbaa4cbe

View File

@@ -155,7 +155,8 @@ jobs:
supersetbot docker \
--preset ci \
--platform linux/amd64 \
--context-ref "$RELEASE"
--context-ref "$RELEASE" \
--extra-flags "--build-arg INCLUDE_CHROMIUM=false"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4