Skip to content

try arm64 linux build #34

try arm64 linux build

try arm64 linux build #34

Workflow file for this run

name: linux
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: build
run: |
make linux-build archive
- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: roswell-linux
path: ./*.tbz