Skip to content

Commit

Permalink
Add portability-system workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Dec 8, 2023
1 parent 8225297 commit c51c761
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: docker-portability-mantic
name: docker-portability-system

on:
workflow_dispatch:
inputs:
ubuntu_release:
description: 'Ubuntu release'
required: true
type: string
default: 'mantic'

jobs:
docker:
Expand All @@ -12,9 +18,9 @@ jobs:
matrix:
include:
- tags: |
chaste/runner:mantic.portability-dev
chaste/runner:${{ github.event.inputs.ubuntu_release }}.portability-system
build-args: |
BASE=mantic
BASE=${{ github.event.inputs.ubuntu_release }}
XSD=system
XERCESC=system
SUNDIALS=system
Expand Down

0 comments on commit c51c761

Please sign in to comment.