Skip to content

Commit

Permalink
Add arm lite builds
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Feb 11, 2025
1 parent 41f82b1 commit add2187
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- NAME: Packages x86_64
RUNS_ON: ubuntu-24.04
DOCKER_PLATFORM: linux/amd64
- NAME: Packages arm64
- NAME: Packages aarch64
RUNS_ON: ubuntu-24.04-arm
DOCKER_PLATFORM: linux/arm64/v8
- NAME: Packages armhf
Expand All @@ -21,6 +21,14 @@ jobs:
RUNS_ON: ubuntu-24.04
DOCKER_PLATFORM: linux/amd64
BUILD_LITE: 1
- NAME: Lite AppImage aarch64
RUNS_ON: ubuntu-24.04-arm
DOCKER_PLATFORM: linux/arm64/v8
BUILD_LITE: 1
- NAME: Lite AppImage armhf
RUNS_ON: ubuntu-24.04-arm
DOCKER_PLATFORM: linux/arm/v7
BUILD_LITE: 1

name: ${{ matrix.NAME }}
env:
Expand Down

0 comments on commit add2187

Please sign in to comment.