Skip to content

Commit

Permalink
working github CI for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
hollydinkel committed Jun 15, 2023
1 parent 6a27ac8 commit a75cb6a
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,16 @@ on:
branches: [ 'master' ]

jobs:
build-linux:
strategy:
max-parallel: 5
matrix:
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
python-version: ["3.7", "3.8", "3.9", "3.10"]

build-focal:
runs-on: ${{matrix.os}}

runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Build, test, push base docker
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..

build-bionic:

runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- name: Build, test, push base docker
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..

build-jammy:

runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build, test, push base docker
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..
run: cd docker && docker build -t rmdlo-trackdlo:noetic -f Dockerfile.noetic ..

0 comments on commit a75cb6a

Please sign in to comment.