We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf819f commit b9d081cCopy full SHA for b9d081c
.github/workflows/build.yaml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- variant: [trixie, bookworm, bullseye]
+ variant: [trixie, bookworm]
13
target: [arm64, x86_64]
14
include:
15
- target: arm64
@@ -37,7 +37,7 @@ jobs:
37
needs: [docker-build]
38
39
40
41
42
- variant: trixie
43
is_latest: true
Makefile
@@ -4,7 +4,7 @@ TAG ?= $(VERSION)
4
MANIFEST_TAG ?= $(TAG)
5
6
ifeq (,$(VERSION))
7
-$(error "Use `make <target> VERSION=bookworm`, or `make <target> VERSION=bullseye`")
+$(error "Use `make <target> VERSION=bookworm`, or `make <target> VERSION=trixie`")
8
endif
-include env.mk
0 commit comments