This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
traefik
Watch
1
Star
0
Fork
You've already forked traefik
0
mirror of
https://github.com/traefik/traefik.git
synced
2026-04-15 22:09:34 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
076d6abfe4
traefik
/
script
/
crossbinary
6 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Update script to use /usr/bin/env bash… … instead of /bin/bash, to work better on more platforms. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-04-21 05:23:45 -04:00
#!/usr/bin/env bash
Split binary into 2 - binary (simple traefik build) - crossbinary, cross build using gox Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2015-09-27 09:54:44 -04:00
set -e
Update traefik dependencies (docker/docker and related) (#1823) Update traefik dependencies (docker/docker and related) - Update dependencies - Fix compilation problems - Remove vdemeester/docker-events (in docker api now) - Remove `integration/vendor` - Use `testImport` - update some deps. - regenerate the lock from scratch (after a `glide cc`)
2017-07-06 10:28:13 -04:00
./script/crossbinary-default
./script/crossbinary-others
Reference in a new issue
Copy permalink