Skip to content

Refactoring code generation: modularize providers, simplify manifest specs, reorganize crates #131

Refactoring code generation: modularize providers, simplify manifest specs, reorganize crates

Refactoring code generation: modularize providers, simplify manifest specs, reorganize crates #131

Workflow file for this run

name: Verify Build
on:
pull_request:
branches: [ mainline, v0.4.0-beta ]
jobs:
build-lambda-default:
name: 'AWS Lambda Runtime'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2
with:
submodules: recursive
- name: 'Build'
run: docker build -t assemblylift/asml-lambda-default . --file docker/asml-lambda-default
build-hyper-alpine:
name: 'Hyper Runtime'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v2
with:
submodules: recursive
- name: 'Build'
run: docker build -t assemblylift/asml-hyper-alpine . --file docker/asml-hyper-alpine