Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 346 Bytes

Purescript Tools

This repository has a workflow defined that will build and push amd64 and arm64 images to Github Container Registry.

How to build and test locally

  • Run docker build -t purescript-tools:beta . to create a local image with the tag of beta
  • Use purescript-tools:beta in an app that uses purescript-tools to try it out.