cloudflared-mirror/cmd/cloudflared
Michael Fornaro be0514c5c9
Adding support for multi-architecture images and binaries (#184)
* Allow Dockerfile --build-args to override GOOS and GOARCH defaults

Allow Dockerfile --build-args to override GOOS and GOARCH defaults

Support building multi architecture binaries

remove default OS and ARCH to avoid tag confusion when compiling image through Makefile

Tag image with corrosponding OS and ARCH build variables

updating Makefile

Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com>

* remove duplicate import on windows_service.go

Signed-off-by: Michael Fornaro <20387402+xUnholy@users.noreply.github.com>
2020-05-29 02:06:27 +01:00
..
access AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
buildinfo AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
cliutil TUN-2928, TUN-2929, TUN-2930: Add tunnel subcommands to interact with tunnel store service 2020-05-21 15:36:49 -05:00
config AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
encrypter TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
path AUTH-1557: Short Lived Certs 2019-05-07 11:21:11 -05:00
shell AUTH-2077: Quotes open browser command in windows 2019-09-24 18:27:37 +00:00
token AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
transfer AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
tunnel AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
updater AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
app_forward_service.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
app_resolver_service.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
app_service.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
generic_service.go TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
linux_service.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
macos_service.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
main.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
service_template.go AUTH-2596 added new logger package and replaced logrus 2020-05-27 17:07:19 -05:00
windows_service.go Adding support for multi-architecture images and binaries (#184) 2020-05-29 02:06:27 +01:00