Skip to content

Commit b9d081c

Browse files
committed
Remove bullseye
1 parent cdf819f commit b9d081c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
variant: [trixie, bookworm, bullseye]
12+
variant: [trixie, bookworm]
1313
target: [arm64, x86_64]
1414
include:
1515
- target: arm64
@@ -37,7 +37,7 @@ jobs:
3737
needs: [docker-build]
3838
strategy:
3939
matrix:
40-
variant: [trixie, bookworm, bullseye]
40+
variant: [trixie, bookworm]
4141
include:
4242
- variant: trixie
4343
is_latest: true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TAG ?= $(VERSION)
44
MANIFEST_TAG ?= $(TAG)
55

66
ifeq (,$(VERSION))
7-
$(error "Use `make <target> VERSION=bookworm`, or `make <target> VERSION=bullseye`")
7+
$(error "Use `make <target> VERSION=bookworm`, or `make <target> VERSION=trixie`")
88
endif
99

1010
-include env.mk

0 commit comments

Comments
 (0)