Skip to content

Update Dockerfile

Update Dockerfile #2

Workflow file for this run

name: rust build pipeline
on:
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install cross
run: cargo install cross
- name: run build
run: cross build --target aarch64-apple-darwin