Sayan Biswas
26d3bd019f
Update golang to 1.23
...
Changes:
- Update go.mod to 1.23
- Update Dockerfiles and CI
2025-05-23 13:30:29 +05:30
Corey Daley
c068e30df6
Generate SHA512SUM for release archives
...
The `make release` command will now generate a `SHA512-SUMS.txt` file
that should be uploaded to github when a release is made.
2023-03-14 16:38:43 -04:00
Corey Daley
1ce74ba38e
adding windows/arm64
2023-03-11 23:10:40 -05:00
Corey Daley
0aa69a4062
Re-enable cross builds for aarch64/arm64
...
When running `go tool dist list` aarch64 is no longer listed
so we must change it to arm64 which is the same architecture
just a different name
Fixes #1103
2023-03-11 22:39:03 -05:00
Corey Daley
3944af65f2
Updating release code to use go1.18
2022-12-13 22:17:49 -05:00
Tom Deseyn
ae227b3792
Add {linux,darwin}/aarch64 to cross-compile platforms.
2021-11-10 14:01:16 +01:00
Yaakov Selkowitz
ac8e27b152
Add linux/s390x to cross-compile platforms
2020-06-17 02:54:31 -04:00
Siddhesh-Ghadi
8523a8a965
Add ppc64le support
...
Add ppc64le travis job
Add ppc64le cross-compile target for releases
2020-06-04 21:17:11 -10:00
Otávio Fernandes
f5758afc40
chore(hack): Go Modules based scripts.
2019-10-28 11:01:00 +01:00
Ben Parees
4f773b6c04
remove golang version check
2018-02-28 10:04:39 -05:00
Ben Parees
4de5b4c02b
strip debug symbols on release binary
2017-05-12 15:07:47 -04:00
yuvipanda
1ee3f73783
Make s2i binaries static
...
Allows running in linux distros that do not have glibc, for example
Fixes #727
2017-04-19 10:48:28 -07:00
Jim Minter
74ab5f156f
use symlinks in release tar.gz's, halves download size for all platforms except windows
2017-01-06 11:24:45 +00:00
Jim Minter
4c52163869
set -pkgdir during build, allows build-cross.sh to be run as non-root user
2017-01-06 11:24:15 +00:00
Jim Minter
251057d7f3
s2i windows build enablement
...
- enable use of cygwin to build and test s2i
- simplify git and file downloaders
- track posix file permissions on windows
- remove unnecessary runtime.GOOS == "windows" checks
- unit test fixes
2016-11-29 19:17:50 +00:00
gabemontero
7f8cd156d0
s2i switch to k8s/engine-api
2016-08-16 15:57:42 -04:00
gabemontero
ada1c5fff8
_workspace -> vendor
2016-08-12 15:42:25 -04:00
Rodolfo Carvalho
68c96a9fbc
Replace STI_* env vars with S2I_*
...
This is a careful replacement of `STI_([A-Z_]+)` with `S2I_$1` in all
*.sh files, plus references to those env vars in other files.
2016-05-16 12:16:38 +02:00
OpenShift Bot
704a6f5c21
Merge pull request #494 from rhcarvalho/sti-s2i-bash
...
Merged by openshift-bot
2016-05-15 23:20:24 -04:00
Rodolfo Carvalho
d5a045b5ab
Replace 'sti::' with 's2i::' in Bash scripts
...
Gradually getting rid of 'sti'.
2016-05-15 23:36:07 +02:00
Rodolfo Carvalho
1d842d9c71
Fix ldflag logic
2016-05-15 23:11:00 +02:00
Jonathan Dowland
7ccd9a3a25
use --tags for git-describe
...
Fixes #355
2015-11-18 11:35:27 +00:00
Maciej Szulik
cc8a3e7657
Updating build process to match orign.
...
1. Added make release
2. Builds are placed in _output/local/bin/$(platform) directory
3. Added i386 binaries in release
2015-11-09 13:53:39 +01:00
Maciej Szulik
b012dca728
Reworked ldflags for go1.5, following upstream pattern
2015-08-25 16:11:27 +02:00
Maciej Szulik
dd528b6333
Added support for go1.5
2015-08-24 23:09:58 +02:00
Maciej Szulik
20160b963a
sti -> s2i rebranding
2015-08-24 17:22:00 +02:00
Maciej Szulik
a212f4e00f
Bug 1196967 - fixed version information
2015-03-11 11:37:51 +01:00
Maciej Szulik
b35986fc60
Updated release procedure, added description of that to HACKING.md
2015-02-27 17:04:08 +01:00
Maciej Szulik
ca80ce28b1
Updated build and release process to match origins
2014-12-02 12:26:20 +01:00
csrwng
6cfd6ec28b
Switch to multi-platform release build
2014-11-28 12:12:16 +01:00