Skip to content

Specify ubuntu version for arm runners. #12

Specify ubuntu version for arm runners.

Specify ubuntu version for arm runners. #12

Workflow file for this run

name: Build and Publish Docker Image
on: push
env:
REGISTRY: ghcr.io
jobs:
build-spack:
uses: ./.github/workflows/image-template.yaml
with:
image: spack
build-externals:
needs: build-spack
uses: ./.github/workflows/image-template.yaml
with:
image: externals
build-sim:
needs: build-externals
uses: ./.github/workflows/image-template.yaml
with:
image: sim