summaryrefslogtreecommitdiff
path: root/hack/make/.binary
Commit message (Expand)AuthorAgeFilesLines
* hack: enable Go modules when building dockerd and docker-proxyKevin Alvarez2023-04-251-1/+9
* Merge pull request #44853 from crazy-max/rm-install-suffixSebastiaan van Stijn2023-01-201-9/+4
|\
| * hack: display build cmd when DOCKER_DEBUG setCrazyMax2023-01-191-9/+4
| * hack: remove unnecessary vars in make.sh scriptCrazyMax2023-01-191-1/+1
* | hack: check if cross-compiling before setting ARM target nameCrazyMax2023-01-201-16/+19
|/
* hack: name for target ARM architecture not specifiedKevin Alvarez2023-01-161-53/+16
* hack: typo in displayed platform nameCrazyMax2023-01-161-1/+1
* hack/make: Don't add -buildmode=pie with -racePaweł Gronowski2023-01-051-6/+9
* hack: update buildmode pie conditionCrazyMax2023-01-011-6/+3
* hack: do not set buildmode pie for statically linked binaryCrazyMax2023-01-011-10/+12
* Dockerfile: use TARGETPLATFORM to build DockerCrazyMax2023-01-011-52/+65
* hack: don't generate checksums for individual binariesSebastiaan van Stijn2022-07-041-22/+0
* hack: remove version from binaries, and remove symlinksSebastiaan van Stijn2022-07-021-3/+0
* fix cross compilation for arm platformsCrazyMax2022-04-101-1/+15
* Add s390x to cross platforms targetFrédéric Dalleau2021-06-241-1/+4
* Add ppc64le to cross platforms targetFrédéric Dalleau2021-06-241-0/+5
* Adjust buildmode comment to link to commitTianon Gravi2021-06-111-1/+3
* don't use buildmode=pie on ppc64Georgy Yakovlev2021-06-101-2/+3
* Move proxy build into hack/makeBrian Goff2021-06-011-2/+0
* Add support to riscv64 to the build scriptsCarlos de Paula2020-04-031-2/+2
* run shfmtAkihiro Suda2020-03-031-40/+40
* imporve hardcoded CC on cross compileHongxu Jia2019-07-171-5/+5
* Add support for setting GOARM in cross target.Brian Goff2019-04-171-0/+1
* Support cross-compile for armBrian Goff2019-04-101-0/+20
* Shell scripts: fix bare variablesSebastiaan van Stijn2019-01-101-1/+1
* Revert "Bash scripts; use double brackets, fix bare variables, add quotes"Sebastiaan van Stijn2019-01-101-4/+4
* Bash scripts; use double brackets, fix bare variables, add quotesSebastiaan van Stijn2018-12-241-4/+4
* -buildmode=pie is not supported on Linux on MIPS eitherKasper Fabæch Brandt2018-07-311-4/+8
* Merge pull request #34369 from cyphar/build-buildmode-pieAkihiro Suda2018-01-291-0/+5
|\
| * *: switch to -buildmode=pieAleksa Sarai2017-11-111-0/+5
* | graphdriver: custom build-time priority listKir Kolyshkin2017-11-161-0/+1
|/
* More helper hack helper functions to a more appropriate place.Daniel Nephin2017-07-171-0/+28
* remove cli concerns from hack/makeDaniel Nephin2017-06-211-0/+2
* Remove pkcs11, libltdl-dev, and clang for osx.Daniel Nephin2017-06-211-11/+0
* Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"Tianon Gravi2017-02-131-1/+1
* project: use vndr for vendoringAlexander Morozov2016-11-031-1/+1
* Do not default to external linking on arm, i386Justin Cormack2016-07-201-16/+0
* Build two binaries client and daemon.Daniel Nephin2016-04-221-0/+64