This website requires JavaScript.
Explore
Help
Sign in
baalajimaestro
/
traefik
Watch
1
Star
0
Fork
You've already forked traefik
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
29e1e9eef2
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 09:23:45 +00: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 13:54:44 +00: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 14:28:13 +00:00
./script/crossbinary-default
./script/crossbinary-others
Reference in a new issue
Copy permalink