Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

degica/github-selfhost-ami

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMI for self-hosted GitHub actions runner (Linux amd64)

Run the following commands: packer init . packer validate -var aws_region=ap-northeast-1 -var version=22.04 . export AWS_PROFILE=<AWS_PROFILE_NAME> packer build -var aws_region=ap-northeast-1 -var version=22.04 template.pkr.hcl

About

GitHub actions runner AMI based on Ubuntu 22.04 with Packer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.4%
  • HCL 41.6%