File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ COPY --link --from=buildx-build /usr/bin/docker-buildx /buildx
9898FROM binaries-unix AS binaries-darwin
9999FROM binaries-unix AS binaries-freebsd
100100FROM binaries-unix AS binaries-linux
101+ FROM binaries-unix AS binaries-openbsd
101102
102103FROM scratch AS binaries-windows
103104COPY --link --from=buildx-build /usr/bin/docker-buildx /buildx.exe
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments