Skip to content

DM-45884: Migrate built with GHA and build arm64 #1

DM-45884: Migrate built with GHA and build arm64

DM-45884: Migrate built with GHA and build arm64 #1

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and push
uses: lsst-dm/build-and-push@main
with:
push: true
github_token: ${{ secrets.GITHUB_TOKEN }}
platforms: linux/amd64,linux/arm64