pultar / actions-image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build the image for a new architecture

docker build --tag fpultar/actions-image-armv8:latest --build-arg RUNNER_VERSION=2.311.0 --build-arg ARCHITECTURE=arm64 .
docker push fpultar/actions-image-armv8:latest

Start the runner

** Don't forget to change the image name in compose.yml **

export REPO=...
export TOKEN=...
export NAME=...
docker compose up --detach

About


Languages

Language:Dockerfile 69.4%Language:Shell 30.6%