Commit graph

6 commits

Author SHA1 Message Date
e130f0c7a6 Skip arm64 as it's not currently needed 2024-08-14 17:36:28 +01:00
442fc906d8 Use docker-container driver for multi-plat builds 2024-08-14 17:30:02 +01:00
2d1b0560f4 Cement both trigger types 2024-08-14 17:27:44 +01:00
b3d5a22b5d Add support for armv7 in the docker build 2024-08-14 17:20:08 +01:00
2b520cdc17 Remove the temp line for manual runs 2024-08-14 17:19:55 +01:00
3a0bf82ecb Implement building with docker
See the README for usages and details.

A breaking changes here too:
* run.py is gone, we now handle that kind of thing with docker
* The token is out of the config and is now an ENVAR (ideally using a .env)
* `.json` files are now in a .matchy/ subdirectory, as this makes it a lot easier for the container to safely read

Bonus:
* fix a score_factors.setdefault call causing issues
* Reformat some of the readme
2024-08-14 16:55:23 +01:00