Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
run: >
breeze build-image
--prepare-buildx-cache
--force-build
--platform ${{ matrix.platform }}
env:
PYTHON_MAJOR_MINOR_VERSION: ${{ matrix.python-version }}
Expand Down
2 changes: 2 additions & 0 deletions dev/breeze/src/airflow_breeze/commands/ci_image_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
option_docker_cache,
option_dry_run,
option_empty_image,
option_force_build,
option_github_repository,
option_github_token,
option_github_username,
Expand Down Expand Up @@ -216,6 +217,7 @@
@option_additional_runtime_apt_command
@option_dev_apt_command
@option_dev_apt_deps
@option_force_build
@option_runtime_apt_command
@option_runtime_apt_deps
@option_airflow_constraints_mode_ci
Expand Down
1 change: 1 addition & 0 deletions dev/refresh_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ breeze self-upgrade --force
breeze build-image \
--build-multiple-images \
--prepare-buildx-cache \
--force-build \
--platform linux/amd64,linux/arm64 \
--verbose

Expand Down
Loading