Skip to content

Allegro 10.1 -> 11.0 #38

Allegro 10.1 -> 11.0

Allegro 10.1 -> 11.0 #38

Workflow file for this run

name: Build base images
on:
pull_request:
branches: [ main ]
jobs:
build-images:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
LISP_IMPLEMENTATION: ["sbcl", "allegro", "ccl"]
env:
ALLEGRO_LICENSE: ${{ secrets.ALLEGRO_LICENSE }}
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
docker build ${{ matrix.LISP_IMPLEMENTATION }} --build-arg ALLEGRO_LICENSE --tag ghcr.io/coalton-lang/${{ matrix.LISP_IMPLEMENTATION }}-base:latest