Skip to content

chore: prepare v2.1.0 #7

chore: prepare v2.1.0

chore: prepare v2.1.0 #7

Workflow file for this run

name: "CI: build native binaries"
on:
push:
branches:
- main
- bugfix/**
- hotfix/**
- release/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v4
# https://github.com/denoland/setup-deno/releases
- name: Setup Deno
uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd
with:
deno-version: v2.x
- name: Build Linux binary ARM
run: deno task build:linux-arm
- name: Archive Linux binary ARM
uses: actions/upload-artifact@v4
with:
name: autophoto-linux-arm-2.1.0
path: build/linux-arm