Skip to content

Instantly share code, notes, and snippets.

@nij4t
Created January 24, 2022 14:17
Show Gist options
  • Select an option

  • Save nij4t/1e4c49cb25e7c04dcca0aa55545f41d4 to your computer and use it in GitHub Desktop.

Select an option

Save nij4t/1e4c49cb25e7c04dcca0aa55545f41d4 to your computer and use it in GitHub Desktop.

Revisions

  1. nij4t created this gist Jan 24, 2022.
    12 changes: 12 additions & 0 deletions default.yaml.diff
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    --- default.yaml 2022-01-24 15:12:57.000000000 +0100
    +++ default.aarch64.yaml 2022-01-24 15:13:39.000000000 +0100
    @@ -110,6 +110,9 @@
    else
    echo "Docker already installed"
    fi
    + # Add aarch64 support
    + systemctl start containerd
    + nerdctl run --privileged --rm tonistiigi/binfmt --install all

    # `user` is executed without the root privilege
    - mode: user