-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathappimagecraft-aarch64.yml
More file actions
29 lines (24 loc) · 880 Bytes
/
Copy pathappimagecraft-aarch64.yml
File metadata and controls
29 lines (24 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: 1
project:
name: com.github.theassassin.appimagecraft
version_command: cd "$PROJECT_ROOT" && git rev-parse --short HEAD
build:
null:
scripts:
post_build:
# note: only using this multiline syntax allows the use of a literal colon in the warning message with PyYAML
- |
wget https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.linux.aarch64.tar.xz -O - | \
tar xJ -C "$BUILD_DIR" --strip-components=1
appimage:
arch: aarch64
linuxdeploy:
plugins:
- conda
extra_args: -i "$PROJECT_ROOT"/deployment/appimagecraft.svg -d "$PROJECT_ROOT"/deployment/appimagecraft.desktop --custom-apprun "$PROJECT_ROOT"/deployment/AppRun.sh
environment:
PIP_REQUIREMENTS: .
ARCH: aarch64
raw_environment:
- PIP_WORKDIR="$PROJECT_ROOT"
- OUTPUT=appimagecraft-"$ARCH".AppImage