Skip to content

Commit

Permalink
Allow building for multiple rM OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 20, 2023
1 parent 4008791 commit 5e7ca1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,18 @@ jobs:
path: dist
if-no-files-found: error
device:
name: Build for remarkable
name: Build for remarkable ${{ matrix.fw_version }}
runs-on: ubuntu-latest
strategy:
matrix:
fw_version: ['2.15.1']
steps:
- name: Checkout the codexctl repository
uses: actions/checkout@v4
- uses: Eeems-Org/run-in-remarkable-action@v1
with:
clean_cache: true
fw_version: ${{ matrix.fw_version }}
run: |
set -eu
echo "Installing dependencies"
Expand Down Expand Up @@ -162,7 +166,7 @@ jobs:
pyinstaller
- uses: actions/upload-artifact@v3
with:
name: remarkable
name: remarkable-${{ matrix.fw_version }}
path: dist/codexctl
if-no-files-found: error
release:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ dmypy.json
# Updates folder from running the application
updates/
rm-docker/
nuitka-crash-report.xml

0 comments on commit 5e7ca1d

Please sign in to comment.