silverwind
dcc9206a59
Raise minimum Node.js version to 20, test on 24 ( #34713 )
...
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled
- Node.js 18 is now EOL, so raise minimum version to current LTS v20
- Test on 24
- Change devcontainers to use LTS version (currently 22),
[ref](https://github.com/devcontainers/features/tree/main/src/node )
2025-06-13 13:40:39 -04:00
Meng Zhuo
921d3a394d
feat: add riscv64 support ( #34199 )
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled
2025-04-14 16:32:54 +00:00
Allen Conlon
4a3ab5a2cd
fix( #33711 ): cross-publish docker images to ghcr.io ( #34148 )
...
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled
This PR will cross-publish the release, rc, and nightly images from
`docker.io` to `ghcr.io` as docker hub has imposed rate-limiting
Signed-off-by: Allen Conlon <software@conlon.dev >
2025-04-10 19:39:37 +00:00
techknowlogick
566f5356db
use dedicated runners for release artifacts ( #32811 )
...
GH runners are having trouble, so switch the remaining release jobs to
use dedicated runners.
2024-12-12 12:02:59 -05:00
silverwind
9880c1372e
Bump CI,Flake and Snap to Node 22 ( #32487 )
...
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
Node 22 is LTS since 2024-10-29. Updated it everywhere.
---------
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
2024-11-13 21:39:55 +00:00
techknowlogick
90f4cf51a3
align s3 files with docker naming ( #31050 )
...
docker images have `-nightly`, this will append the same to binaries
uploaded to s3.
2024-05-22 23:34:52 +00:00
Chongyi Zheng
9a0b449c4f
Remove disk-clean workflow ( #30741 )
...
The jobs in the workflow runs in parallel. The `disk-clean` job actually
does nothing, i.e. it will not clean the disk for `nightly-binary`,
`nightly-docker-rootful`, `nightly-docker-rootless`
2024-04-28 05:47:48 +00:00
silverwind
acfe29fc2b
Enable npm cache on setup-node
action ( #30577 )
...
Enable npm dependency cache in
[setup-node](https://github.com/actions/setup-node ). This should work
reliably and across branches as well.
2024-04-19 03:29:08 +00:00
Rui Chen
caceb43313
feat: bump dessant/lock-threads
and actions/setup-go
to use nodejs20 runtime ( #28565 )
...
Update more actions to use nodejs20 runtime and also update the docs for
checkout action usage.
similar to:
- #27836
- #27096
---------
Signed-off-by: Rui Chen <rui@chenrui.dev >
2023-12-21 13:31:04 +08:00
Chongyi Zheng
0a710133cd
Bump workflows in github actions ( #27836 )
...
All major version upgrades are related to using Node v20 as default
runtime
2023-10-30 15:56:43 +08:00
Yevhen Pavlov
d98c863884
actions/setup-go use go-version-file ( #27651 )
...
These changes will allow not to specify the version of go in every
pipeline.
2023-10-17 10:24:54 +00:00
techknowlogick
dc7cf7a984
fully replace drone with actions ( #27556 )
...
this builds binaries and docker images for tags
2023-10-11 06:39:32 +00:00
techknowlogick
65eea1d536
switch to using official AWS step in release nightly ( #27532 )
...
`jakejarvis/s3-sync-action@master` is out of date, and using official
actions is always recommended
2023-10-09 10:12:19 +00:00
techknowlogick
72b66032e4
change runner for binary
2023-10-07 00:14:45 -04:00
techknowlogick
e820d9966d
move re-useable workflow
2023-10-06 15:22:10 -04:00
techknowlogick
1683f1587c
use hosted runners for nightly actions ( #27485 )
...
I'm temporarily unable to properly evaluate actuated runners, and so I'm
switching back to hosted runners until I am able to focus on that again.
---------
Co-authored-by: silverwind <me@silverwind.io >
2023-10-06 15:13:47 -04:00
puni9869
5e039b0580
Upgrading the actions/checkout@4 ( #27096 )
...
as title
..Upgrading the actions/checkout@4
Signed-off-by: puni9869 <punitinani1@hotmail.com >
Co-authored-by: silverwind <me@silverwind.io >
2023-09-16 15:06:27 +00:00
techknowlogick
5d755ac6ae
bump all nightly builds to 16gb
2023-09-13 10:43:03 -04:00
techknowlogick
3bebcb2e9c
bump rootful to 16gb
2023-09-12 15:26:41 -04:00
techknowlogick
2abbc43dff
setup go in the nightly release pipeline
2023-09-12 13:36:15 -04:00
techknowlogick
c892ab0600
Speed up nightly builds ( #27045 )
...
* Rootless/ful docker images build separately
* Vendor go modules outside docker to speed up the build
Thanks to Alex Ellis for these suggestions (and actuated runner build
time)
2023-09-12 13:33:45 -04:00
techknowlogick
e6b68c579b
Use Actuated.dev runner for nightly builds
2023-09-12 12:15:05 -04:00
silverwind
1772814605
Lock go to 1.21 on CI ( #26433 )
...
To prevent unwanted surprises with new minor versions of go, lock the
version to minor version using [semver tilde
syntax](https://github.com/npm/node-semver#tilde-ranges-123-12-1 ). We
were already getting 1.21.0 since yesterday, so use that version now as
minimum.
2023-08-10 21:53:44 +00:00
techknowlogick
feda506321
Use Actions git context instead of dynamically created buildkit one ( #25381 )
...
The [docker/build-push-action@v2
action](https://github.com/docker/build-push-action ) by default ignores
the checkout created using the actions/checkout@v2 action. When you pass
a git build context to docker build, it wouldn't include the .git
directory.
By passing `context: .` to the build step then it'll use the Actions git
context which includes the git fetch from the earlier step.
2023-06-20 01:37:32 -04:00
techknowlogick
1a5b7c86a3
Fetch all git data for embedding correct version in docker image ( #25361 )
...
Fix #25350
2023-06-19 18:51:35 +00:00
techknowlogick
fc2115b494
build nightly docker images ( #25317 )
...
followup of https://github.com/go-gitea/gitea/pull/25308 this time to
build & push nightly docker images
2023-06-18 01:04:23 -04:00
techknowlogick
0ab9b7f426
Build nightly binaries with Actions ( #25308 )
...
Co-authored-by: silverwind <me@silverwind.io >
2023-06-16 17:00:39 +00:00