Skip to content

Commit

Permalink
more auto local runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kferrone committed Oct 18, 2024
1 parent 8585a0d commit a80493b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/runner_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ echo "$GH_RUNNER_SHA $PACKAGE" | shasum -a 256 -c
tar xzf "./$PACKAGE"

# configure and run
./config.sh --url https://github.com/duplocloud/duploctl --token "$GH_RUNNER_TOKEN"
./config.sh \
--url https://github.com/duplocloud/duploctl \
--token "$GH_RUNNER_TOKEN" \
--labels "self-hosted,macOS,arm64,darwin" \
--name "${USER}-mac" \
--unattended
./run.sh

0 comments on commit a80493b

Please sign in to comment.