Skip to content

Commit 4f48c78

Browse files
committed
Add Ubuntu 24.04 build
1 parent 98ae5a4 commit 4f48c78

File tree

3 files changed

+8
-44
lines changed

3 files changed

+8
-44
lines changed

.github/workflows/build_assets.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,22 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16+
- os: ubuntu-24.04
17+
TARGET: ubuntu-24.04
18+
CMD_BUILD: >
19+
pyinstaller --noconfirm build-executables/dc-build-ubuntu.spec && cd dist && tar -czf ../decode-config-ubuntu-24.04.tar.gz decode-config
20+
OUT_FILE_NAME: decode-config-ubuntu-24.04.tar.gz
21+
ASSET_MIME: application/x-gzip
1622
- os: ubuntu-22.04
1723
TARGET: ubuntu-22.04
1824
CMD_BUILD: >
19-
pyinstaller --noconfirm build-executables/dc-build-ubuntu-22.04.spec && cd dist && tar -czf ../decode-config-ubuntu-22.04.tar.gz decode-config
25+
pyinstaller --noconfirm build-executables/dc-build-ubuntu.spec && cd dist && tar -czf ../decode-config-ubuntu-22.04.tar.gz decode-config
2026
OUT_FILE_NAME: decode-config-ubuntu-22.04.tar.gz
2127
ASSET_MIME: application/x-gzip
2228
- os: ubuntu-20.04
2329
TARGET: ubuntu-20.04
2430
CMD_BUILD: >
25-
pyinstaller --noconfirm build-executables/dc-build-ubuntu-20.04.spec && cd dist && tar -czf ../decode-config-ubuntu-20.04.tar.gz decode-config
31+
pyinstaller --noconfirm build-executables/dc-build-ubuntu.spec && cd dist && tar -czf ../decode-config-ubuntu-20.04.tar.gz decode-config
2632
OUT_FILE_NAME: decode-config-ubuntu-20.04.tar.gz
2733
ASSET_MIME: application/x-gzip
2834
- os: macos-12

build-executables/dc-build-ubuntu-22.04.spec

-42
This file was deleted.

0 commit comments

Comments
 (0)