构建用于GitHub Runners的CI工具
原文英文,约200词,阅读约需1分钟。发表于: 。I've been playing around with building a tool to help run GitHub self-hosted runners on AWS. This was driven by 1) working at AWS 2) wanting to hook into some cool features of AWS...
我开发了一款工具,可以在AWS上运行GitHub自托管的runner。它利用AWS Fargate处理GitHub Actions任务,并通过AWS Step Function创建webhook配置。后端使用Python,前端使用Svelte。采用一次性收费模式,目前支持Amd64,并正在添加Arm64支持。欢迎试用并反馈。