Skip to content

Instantly share code, notes, and snippets.

View sweetlilmre's full-sized avatar

Peter Edwards sweetlilmre

View GitHub Profile
@sweetlilmre
sweetlilmre / using-act-windows.md
Last active May 10, 2023 08:01
Using act to build / test Github actions locally
  1. Install Act
    • Scoop:
      • Scoop
      • Install act: scoop install act
    • winget:
      • winget install nektos.act
  2. Install Docker Desktop, or Rancher Desktop if you can't install Docker Desktop due to the change in licensing
  3. If installing Rancher, ensure that you choose dockerd not containerd
@sweetlilmre
sweetlilmre / Build-nginx-with-modules-windows.md
Last active November 14, 2024 01:29
Building nginx with addtional modules on Windows