Skip to content

Commit

Permalink
Add Debian Bullseye and Bookworm build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jichu4n committed Nov 10, 2023
1 parent f46b487 commit 67cf5a3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: build
name: Build
on: [push]
jobs:
build-and-check-package:
name: build and check package
name: Build and check package
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Check package
run: packaging/check-package-deb.sh
build-full-source-package:
name: build full source package
name: Build full source package
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand Down
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
arch: arm64
if: branch = master
# Ubuntu amd64
- env: package_format=deb docker_image=ubuntu:jammy dist=jammy arch=amd64
arch: amd64
- env: package_format=deb docker_image=ubuntu:focal dist=focal arch=amd64
arch: amd64
- env: package_format=deb docker_image=ubuntu:bionic dist=bionic arch=amd64
Expand All @@ -31,32 +33,60 @@ jobs:
arch: amd64
if: branch = master
# Debian amd64
- env: package_format=deb docker_image=debian:bookworm dist=bookworm arch=amd64
arch: amd64
- env: package_format=deb docker_image=debian:bullseye dist=bullseye arch=amd64
arch: amd64
- env: package_format=deb docker_image=debian:buster dist=buster arch=amd64
arch: amd64
- env: package_format=deb docker_image=debian:stretch dist=stretch arch=amd64
arch: amd64
# Debian i386
- env: package_format=deb docker_image=i386/debian:bookworm dist=bookworm arch=i386
arch: amd64
if: branch = master
- env: package_format=deb docker_image=i386/debian:bullseye dist=bullseye arch=i386
arch: amd64
if: branch = master
- env: package_format=deb docker_image=i386/debian:buster dist=buster arch=i386
arch: amd64
if: branch = master
- env: package_format=deb docker_image=i386/debian:stretch dist=stretch arch=i386
arch: amd64
if: branch = master
# Debian armv8
- env: package_format=deb docker_image=arm64v8/debian:bookworm dist=bookworm arch=arm64
arch: arm64
if: branch = master
- env: package_format=deb docker_image=arm64v8/debian:bullseye dist=bullseye arch=arm64
arch: arm64
if: branch = master
- env: package_format=deb docker_image=arm64v8/debian:buster dist=buster arch=arm64
arch: arm64
if: branch = master
- env: package_format=deb docker_image=arm64v8/debian:stretch dist=stretch arch=arm64
arch: arm64
if: branch = master
# Debian armv7
- env: package_format=deb docker_image=arm32v7/debian:bookworm dist=bookworm arch=armhf
arch: arm64
if: branch = master
- env: package_format=deb docker_image=arm32v7/debian:bullseye dist=bullseye arch=armhf
arch: arm64
if: branch = master
- env: package_format=deb docker_image=arm32v7/debian:buster dist=buster arch=armhf
arch: arm64
if: branch = master
- env: package_format=deb docker_image=arm32v7/debian:stretch dist=stretch arch=armhf
arch: arm64
if: branch = master
# Debian armv6 (Raspberry Pi)
- env: package_format=deb docker_image=balenalib/rpi-raspbian:bookworm dist=bookworm arch=rpi
arch: arm64
if: branch = master
- env: package_format=deb docker_image=balenalib/rpi-raspbian:bullseye dist=bullseye arch=rpi
arch: arm64
if: branch = master
- env: package_format=deb docker_image=balenalib/rpi-raspbian:buster dist=buster arch=rpi
arch: arm64
if: branch = master
Expand Down

0 comments on commit 67cf5a3

Please sign in to comment.