forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor/cleanup makefile (jaegertracing#5908)
* extract Docker, BuildBinaries, and IntegrationTest targets from the main Makefile into dedicated include files * merge `docker/Makefile` into new include `Makefile.Docker.mk` * define full list of platforms for binaries and for docker images in the Makefile * add echo targets to print those platforms and use them from scripts instead of hardcoding platforms in multiple places * refactor `scripts/package-deploy.sh` to loop through std list of platforms instead of hardcoding them, and drop `dry_run` flag which can be replaced with `-p linux/amd64` for shorter runs --------- Signed-off-by: Mend Renovate <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
- Loading branch information
1 parent
8ad6ed0
commit edc3152
Showing
10 changed files
with
344 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.