Skip to content

shared-docker-linux-builders-updated #113

shared-docker-linux-builders-updated

shared-docker-linux-builders-updated #113

Workflow file for this run

name: Compiles
on:
pull_request:
repository_dispatch:
types: [shared-docker-linux-builders-updated]
concurrency:
group: compiles-${{ github.head_ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
linux-x86_64:
runs-on: ubuntu-latest
strategy:
matrix:
tag:
- latest
- release
name: Compiles with ${{ matrix.tag }} Pony compiler
container:
image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder:${{ matrix.tag }}
steps:
- name: Checkout
uses: actions/[email protected]
- name: Compile
run: |
make credo