Skip to content

Commit bc45641

Browse files
committed
build openbsd
Signed-off-by: CrazyMax <[email protected]>
1 parent 96689e5 commit bc45641

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ COPY --link --from=buildx-build /usr/bin/docker-buildx /buildx
9898
FROM binaries-unix AS binaries-darwin
9999
FROM binaries-unix AS binaries-freebsd
100100
FROM binaries-unix AS binaries-linux
101+
FROM binaries-unix AS binaries-openbsd
101102

102103
FROM scratch AS binaries-windows
103104
COPY --link --from=buildx-build /usr/bin/docker-buildx /buildx.exe

docker-bake.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ target "lint" {
4848
"linux/s390x",
4949
"linux/ppc64le",
5050
"linux/riscv64",
51+
"openbsd/amd64",
52+
"openbsd/arm64",
5153
"windows/amd64",
5254
"windows/arm64"
5355
] : []
@@ -165,6 +167,8 @@ target "binaries-cross" {
165167
"linux/ppc64le",
166168
"linux/riscv64",
167169
"linux/s390x",
170+
"openbsd/amd64",
171+
"openbsd/arm64",
168172
"windows/amd64",
169173
"windows/arm64"
170174
]

0 commit comments

Comments
 (0)