Commit Graph

11 Commits

Author SHA1 Message Date
Armel Soro
01d0ca6e03 fix: Fix nightly builds workflow 2025-05-20 23:13:54 +02:00
Armel Soro
230d437720 Do not override binary for commit ID if there is already one uploaded
Otherwise, this will regenerate a different checksum

Fixes #7256
2024-07-03 15:43:47 +02:00
Armel Soro
3d77fe9d2b Also publish nightly binaries with Git commit ID
This makes it possible for users to pin to specific commits for their nightly builds
2024-06-14 12:56:23 +02:00
Armel Soro
ce3f4d4280 Speed-up nightly builds workflow by running independent jobs for each platform target 2023-12-20 23:35:22 +01:00
Armel Soro
934572a6c8 Speed-up nightly builds workflow by running independent jobs for each platform target 2023-12-20 23:22:30 +01:00
Armel Soro
f77efb8ca2 Speed-up nightly builds workflow by running independent jobs for each platform target 2023-12-20 23:19:56 +01:00
dependabot[bot]
7c006dd7b5 GitHub Actions: Bump actions/setup-go from 4 to 5 (#7168)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-20 21:38:15 +00:00
Armel Soro
ba0c9575f7 Generate checksums for nightly binaries (#7149) 2023-11-20 09:23:57 +01:00
dependabot[bot]
6e7bc8a795 GitHub Actions: Bump actions/checkout from 3 to 4 (#7146)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 11:50:05 +01:00
dependabot[bot]
180da5b4fb GitHub Actions: Bump actions/setup-go from 3 to 4 (#7124)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-19 14:37:02 +00:00
Armel Soro
57da760b88 Build nightly binaries of odo and make them available (via IBM Cloud Object Storage) (#6875)
* Build nightly versions of odo and upload them to IBM Cloud Object Storage

* Document where the nightly builds can be downloaded and installed

* Allow to trigger the nightly build workflow manually if needed

* Add a '-nightly' suffix to the commit id included at build time

This will help users running 'odo' know
that they are running a nightly build, e.g.:

```
$ ./odo version
odo v3.11.0 (077397dbd-nightly)
```

* Use an arbitrary cron schedule in the night to avoid peak executions at midnight

Co-authored-by: Philippe Martin <contact@elol.fr>

---------

Co-authored-by: Philippe Martin <contact@elol.fr>
2023-06-13 10:04:49 -04:00