Skip to content

Add instructions for installing on Rancher in air-gapped environment #78

Add instructions for installing on Rancher in air-gapped environment

Add instructions for installing on Rancher in air-gapped environment #78

Workflow file for this run

name: licenses
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: >
mkdir -p ./tools
&& export GOBIN="$(realpath ./tools)"
&& go install github.com/google/go-licenses@v1.6.0
- run: go mod vendor
- run: ./tasks/licenses-go.sh
node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --frozen-lockfile
- run: ./tasks/licenses-node.sh