1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

9 Commits

Author SHA1 Message Date
Lukas Kämmerling
f844ff3afb
Update to Go 1.16 (#1064)
This commit updates the used Go version to 1.16. The biggest benefit from this is that with Go 1.16 (and the latest Goreleaser) support for Apple Silicon is available, therefore wtf would work on Apple Silicon.

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
2021-03-19 21:45:23 -07:00
Sean Smith
cab3f9c658
Upgrade to golang 1.15 (#980) 2020-10-03 09:24:41 -07:00
Scott Hansen
b8710d6c45 Run wtfutil in Docker as unprivileged user 2020-01-12 16:22:09 -08:00
Scott Hansen
8221cb9173 Use progressive build to reduce final image size
- Use progressive build to reduce final image size
- Download source during build so only Dockerfile is required to be present on the build host
- Add a `version` arg so any tag or branch can be built: `docker build --build-arg=version=v0.25.0 -t wtf .`
2020-01-12 14:16:49 -08:00
Rui Chen
c97e4e1078 Update goproxy to default proxy.golang.org 2019-11-10 14:57:39 -05:00
Boot-Error
9e53aed174 Run wtf inside docker container
To build the container

    docker build -t wtfutil .

To run wtf

    docker run -it wtfutil
2019-10-12 05:29:18 +05:30
Chris Cummer
57f1bac497 Add arm* architecture to goreleaser config 2019-07-29 09:54:33 -07:00
Chris Cummer
6c2c52abf2 Fix Dockerfile 2019-07-28 08:13:56 -07:00
Chris Cummer
16c1b2ad87 Add Dockerfile 2019-07-28 08:12:27 -07:00