Skip to content

Commit

Permalink
Merge pull request #2128 from ripienaar/2127
Browse files Browse the repository at this point in the history
(#2127) Build for Debian bookworm
  • Loading branch information
ripienaar authored Mar 7, 2024
2 parents 62f5b4f + 284ca46 commit f4e54f2
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,46 @@ jobs:
packager_tag: buster-go1.21
version: tag

bookworm_64:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: bookworm_64
packager_tag: bookworm-go1.21
version: tag

bookworm_aarch64:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: bookworm_aarch64
packager_tag: bookworm-go1.21
version: tag

bookworm_armel:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: bookworm_armel
packager_tag: bookworm-go1.21
version: tag

bookworm_armhf:
runs-on: ubuntu-latest
steps:
- name: Build
uses: choria-io/actions/packager@main
with:
build_package: bookworm_armhf
packager_tag: bookworm-go1.21
version: tag

bullseye_64:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f4e54f2

Please sign in to comment.