Skip to content

Conversation

@dkijania
Copy link
Member

While developing support for arm64 in our CI i noticed some nit improvement in our build docker script. Namely, we can skip scripts/docker/release.sh file at all since we are using buildx we can move push/load logic to build.sh instead of using external release.sh.

Two changes were made:

  • avoid retagging and just used multiple -t arguments
  • used optionally (--load) flag which tells buildx if it should load only or push as well docker

@dkijania dkijania requested review from a team as code owners November 23, 2025 20:40
@dkijania
Copy link
Member Author

!ci-build-me

2 similar comments
@dkijania
Copy link
Member Author

!ci-build-me

@dkijania
Copy link
Member Author

!ci-build-me

@dkijania dkijania force-pushed the dkijania/do_not_retag branch from 4b9ebbe to cafc705 Compare November 25, 2025 11:01
@dkijania
Copy link
Member Author

!ci-build-me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants