fix: don't include chromium on ephemeral envs (#31391)
This commit is contained in:
parent
a6e05f4558
commit
d8fbaa4cbe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue