Skip to content

Commit

Permalink
ci(debian): build deb packages for AARCH64.
Browse files Browse the repository at this point in the history
  • Loading branch information
qkaiser committed Nov 12, 2023
1 parent 459fc45 commit b3955de
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: ${{ github.workspace }}/*.deb
build_arm64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Debian package (AARCH64)
uses: dawidd6/[email protected]
with:
os_distribution: bookworm
cpu_architecture: arm64
- name: Upload DEB artifacts
uses: actions/upload-artifact@v2
with:
path: ${{ github.workspace }}/*.deb
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/*.deb
build_arm64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Debian package (AARCH64)
uses: dawidd6/[email protected]
with:
os_distribution: bookworm
cpu_architecture: arm64
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/*.deb

0 comments on commit b3955de

Please sign in to comment.