docs: define custom "colima start" arguments

This commit is contained in:
CrazyMax
2023-08-28 08:54:18 +02:00
parent c322702919
commit 24d5692d29
2 changed files with 35 additions and 0 deletions

View File

@ -131,6 +131,18 @@ jobs:
if: always()
uses: crazy-max/ghaction-dump-context@v2
colima-start-args:
runs-on: macos-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker
uses: ./
env:
COLIMA_START_ARGS: --cpu 4 --memory 8 --disk 32 --dns 1.1.1.1 --dns 8.8.8.8 --dns-host example.com=1.2.3.4
build-linux:
runs-on: ubuntu-latest
steps: