update
Some checks failed
Build Linux AppImages / build_linux_amd64 (push) Has been cancelled
Build Linux AppImages / build_linux_aarch64 (push) Has been cancelled

This commit is contained in:
brooke 2025-05-04 12:51:46 -04:00
parent aff8dae589
commit 8a73ae05af

View file

@ -7,10 +7,12 @@ on:
jobs:
build_linux_amd64:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Clone Main Repo
uses: actions/checkout@v3
uses: https://github.com/actions/checkout@v3
with:
repository: liamcottle/reticulum-meshchat
ref: main
@ -20,12 +22,12 @@ jobs:
run: cd reticulum-meshchat
- name: Install NodeJS
uses: actions/setup-node@v3
uses: https://github.com/actions/setup-node@v3
with:
node-version: 18
- name: Install Python
uses: actions/setup-python@v5
uses: https://github.com/actions/setup-python@v5
with:
python-version: "3.11"
@ -45,7 +47,7 @@ jobs:
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
uses: https://github.com/ncipollo/release-action@v1
with:
draft: true
allowUpdates: true
@ -55,22 +57,24 @@ jobs:
artifacts: "reticulum-meshchat/dist/*-amd64-linux.AppImage"
build_linux_aarch64:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Clone Main Repo
uses: actions/checkout@v3
uses: https://github.com/actions/checkout@v3
with:
repository: liamcottle/reticulum-meshchat
ref: main
path: reticulum-meshchat
- name: Install NodeJS
uses: actions/setup-node@v3
uses: https://github.com/actions/setup-node@v3
with:
node-version: 18
- name: Install Python
uses: actions/setup-python@v5
uses: https://github.com/actions/setup-python@v5
with:
python-version: "3.11"
@ -95,7 +99,7 @@ jobs:
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
uses: https://github.com/ncipollo/release-action@v1
with:
draft: true
allowUpdates: true