Skip to content

Update readme to include migration guide for users on the 0.x helm chart #166

Update readme to include migration guide for users on the 0.x helm chart

Update readme to include migration guide for users on the 0.x helm chart #166

Workflow file for this run

name: Test quickstart.sh On Different Distros
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test-distro:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
distro:
- amzn
- centos
- debian
- ubuntu
steps:
- uses: actions/checkout@v3
- name: Build image
run: docker build scripts/distro-test/${{ matrix.distro }}