mirror of
https://github.com/apache/superset.git
synced 2026-04-13 21:24:28 +00:00
fix: don't include chromium on ephemeral envs (#31391)
This commit is contained in:
committed by
GitHub
parent
a6e05f4558
commit
d8fbaa4cbe
3
.github/workflows/ephemeral-env.yml
vendored
3
.github/workflows/ephemeral-env.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user