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 \
|
supersetbot docker \
|
||||||
--preset ci \
|
--preset ci \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
--context-ref "$RELEASE"
|
--context-ref "$RELEASE" \
|
||||||
|
--extra-flags "--build-arg INCLUDE_CHROMIUM=false"
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v4
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue