Dockerfile: add "all" stage to build binaries and extra tools

We still need a stage that build binaries and extra tools as well for
docker-ce-packaging repo: ff110508ff/static/Makefile (L41-L57)

This could be removed if we create a package for each project
like it's done in docker-packaging repo: https://github.com/docker/packaging/tree/main/pkg

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-12-29 15:35:55 +01:00
parent 113e95ec02
commit e8a82ed24d
3 changed files with 26 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ jobs:
name: Build
uses: docker/bake-action@v2
with:
targets: binary
targets: all
set: |
*.platform=${{ matrix.platform }}
-