Skip to content

Commit

Permalink
Add bookworm build (#806)
Browse files Browse the repository at this point in the history
* Add bookworm build

* Add bookworm build

* Use my multiarch bases
  • Loading branch information
robbydyer authored Nov 27, 2023
1 parent dae3d30 commit 0a0da46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dockerbuild-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- Dockerfile.lint
- .github/workflows/dockerbuild-linter.yml

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- Dockerfile.pibuilder
- .github/workflows/dockerbuild.yml

jobs:
build:
Expand All @@ -15,6 +16,7 @@ jobs:
os:
- bullseye
- buster
- bookworm
include:
- arch: aarch64
base: arm64
Expand Down Expand Up @@ -53,5 +55,5 @@ jobs:
file: Dockerfile.pibuilder
tags: robbydyer/pibuilder-${{matrix.arch}}-${{matrix.os}}:${{steps.sha.outputs.sha}}
build-args: |
BASE=multiarch/debian-debootstrap:${{matrix.base}}-${{matrix.os}}-slim
BASE=robbydyer/debian-debootstrap:${{matrix.base}}-${{matrix.os}}-slim
platforms: linux/amd64,linux/arm64/v8

0 comments on commit 0a0da46

Please sign in to comment.