Skip to content

Commit

Permalink
fix: don't include chromium on ephemeral envs (apache#31391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Dec 11, 2024
1 parent a6e05f4 commit d8fbaa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ephemeral-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8fbaa4

Please sign in to comment.