Commit Graph

66 Commits

Author SHA1 Message Date
8243fbcd6d
ci: update update workflow with new images output structure 2023-08-03 18:07:55 +08:00
829339c218
ci: update build ISO workflow 2023-08-02 10:11:13 +08:00
3a933db84d
ci: update check flags 2023-07-28 23:23:31 +08:00
3330babf97
ci: set appropriate Nix config for build workflow 2023-07-28 21:30:09 +08:00
8e912b34ef
ci: make check as a weekly task 2023-07-25 12:05:54 +08:00
67caa41cea
ci: update commit message for update Firefox addons workflow 2023-07-25 12:05:33 +08:00
b274eba447
ci: add environment for update dry builds 2023-07-23 10:32:45 +08:00
dependabot[bot]
6009a6e3b0
build(deps): bump DeterminateSystems/flake-checker-action from 4 to 5 (#3)
Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 4 to 5.
- [Release notes](https://github.com/determinatesystems/flake-checker-action/releases)
- [Commits](https://github.com/determinatesystems/flake-checker-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: DeterminateSystems/flake-checker-action
  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-07-20 08:06:54 +00:00
dependabot[bot]
9225821167
build(deps): bump actions/upload-pages-artifact from 1 to 2 (#2)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  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-07-20 08:06:10 +00:00
cc5693c90d
ci: do not use caches on certain workflows
It causes more trouble especially that we're checking for the current
iteration of the configurations.
2023-07-20 11:47:22 +08:00
4724c6021f
ci: do not build on check workflow
Consistently getting the runner's disk space to be filled up and
always getting skipped so this should do the trick.
2023-07-20 11:39:17 +08:00
5212de691d
ci: update env for check workflow 2023-07-20 10:39:26 +08:00
276dcc7b49
ci: update permissions for update workflow 2023-07-20 10:23:06 +08:00
5adaae061f
ci: fix Firefox addons workflow file 2023-07-19 15:35:31 +08:00
c83ba2c5cd
ci: remove graphical installer for ISO workflow
It's too big for the 2GB limitation for each release. I'll have to
figure out how to trim it down.
2023-07-17 10:47:27 +08:00
13614aa530
ci: update the workflow environment 2023-07-16 19:30:13 +08:00
16bb97c06c
ci: add graphical installer for publishing ISOs 2023-07-16 18:22:14 +08:00
d59a60dc51
ci: fix check workflow file 2023-07-16 15:39:33 +08:00
82dfc13a58
ci: fix ISO release workflow 2023-07-15 22:33:07 +08:00
f1b68211a6
ci: fix erroneous workflow 2023-07-15 22:32:04 +08:00
84f51065ef
ci: update environment and fix format errors 2023-07-14 22:09:39 +08:00
8d27b971fb
ci: remove workflow for dotfiles input update
Forgot it's here especially that I have a way to manage them files.
2023-07-14 22:09:18 +08:00
295b5ddbbf
ci: update workflow names 2023-07-14 22:08:20 +08:00
dd7f3f7579
ci: rename and update 'update' workflow 2023-07-14 21:08:18 +08:00
1d44a40e36
ci: add flake lockfile check health for check workflow 2023-07-14 19:29:35 +08:00
7c6c5d6cf2
ci: improve build ISO workflow 2023-07-14 19:28:49 +08:00
e170745357
ci: update events for check workflow 2023-07-14 19:28:28 +08:00
29e1dd71be
ci: update events for build workflow 2023-07-14 19:27:44 +08:00
3766a84b1b
ci: update check environment 2023-07-14 19:11:15 +08:00
61ea1477f8
ci: replace with Determinate Systems actions 2023-07-14 19:10:35 +08:00
0830f1a5c9
ci: remove build profiles step
We'll figure that out later.
2023-07-14 19:07:51 +08:00
7966b6fc71
ci: update push path for building site 2023-07-12 17:28:03 +08:00
ae14d0c9c6
ci: add automation for updating Firefox addons 2023-07-12 17:26:46 +08:00
af1693c178
ci: add site build workflow 2023-07-10 15:35:49 +08:00
752053b755
ci: fix environment for dotfiles update automation 2023-07-02 09:41:42 +08:00
3cc199cf15
ci: update env and dependencies for automated dotfiles update 2023-07-01 12:28:59 +08:00
9cf8d90ff3
ci: update env and dependencies for build step 2023-07-01 12:28:37 +08:00
f2d3e7fe30
ci: fix ISO attribute name to build
Forgot to update this.
2023-06-29 13:54:39 +08:00
fc6da2a710
ci: update GitHub actions
I keep neglecting them. T_T
2023-06-29 12:39:59 +08:00
7d33e90224
ci: update GitHub actions 2023-04-24 11:32:04 +08:00
1cb206f77f
ci: add cleanup script for the image 2023-03-21 00:16:39 +08:00
2f34656ee7 ci: separate checking outputs from building them 2023-01-15 14:39:44 +08:00
Gabriel Arazas
f4497459e7 ci: allow unfree for nixpkgs config 2022-12-03 15:55:11 +08:00
Gabriel Arazas
b20229354a ci: update build ISO workflow 2022-11-25 15:03:04 +08:00
Gabriel Arazas
f44928679e ci: update build ISO workflow to use from current flake 2022-11-15 13:12:51 +08:00
Gabriel Arazas
1e18d8b6c7 ci: push profiles to binary cache 2022-09-24 13:07:28 +08:00
Gabriel Arazas
15f1a83562 ci: build all profiles
Now we're going to build all of it for the sake of faster installations.
2022-09-21 14:17:11 +08:00
Gabriel Arazas
7a992b6531 ci: intend on continue build on error
There's a lot of explicitly-marked broken packages for now so we'll just
set it to continue on error especially if we extend the steps.
2022-09-15 22:36:03 +08:00
Gabriel Arazas
9c219e667b ci: enable keep-going for building packages 2022-08-29 00:01:21 +08:00
Gabriel Arazas
3476e3f7a4 ci: update env and commands 2022-08-19 17:36:33 +08:00