Skip to content

Commit a2ebee0

Browse files
author
SneakyStarling
committed
install pyinstaller
1 parent a63d2e2 commit a2ebee0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildmanarm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ on: [push]
44

55
jobs:
66
build-arm:
7-
runs-on: ubuntu-22.04-arm
7+
runs-on: ubuntu-24.04-arm
88

99
steps:
1010
- uses: actions/checkout@v4
1111

1212
- name: Install dependencies
1313
run: |
1414
pip install -r ./requirements.txt
15+
pip install pyinstaller
1516
pyinstaller --onefile src/app.py
1617
1718
- name: Bundle App

0 commit comments

Comments
 (0)