You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
duckstation/.github/workflows/linux-appimage-build.yml

18 lines
339 B
YAML

name: 🐧 Linux AppImage
on:
workflow_call:
workflow_dispatch:
jobs:
#build-armhf:
# uses: "./.github/workflows/linux-cross-appimage-build.yml"
# with:
# arch: "armhf"
# secrets: inherit
build-arm64:
uses: "./.github/workflows/linux-cross-appimage-build.yml"
with:
arch: "arm64"
secrets: inherit