Update readme to include migration guide for users on the 0.x helm chart #166
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |