Skip to content

Commit f7d772b

Browse files
TeddyDDDuncaen
authored andcommitted
docker-buildx: update to 0.24.0.
1 parent 63e70ce commit f7d772b

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

srcpkgs/docker-buildx/patches/fix-tests.patch

Lines changed: 0 additions & 27 deletions
This file was deleted.

srcpkgs/docker-buildx/template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Template file for 'docker-buildx'
22
pkgname=docker-buildx
3-
version=0.22.0
3+
version=0.24.0
44
revision=1
55
build_style=go
66
go_import_path="github.com/docker/buildx"
77
go_package="./cmd/buildx"
88
go_ldflags="-X github.com/docker/buildx/version.Version=v${version}"
9+
make_check_args="-skip=(^TestGit$|^TestIntegration$)"
910
depends="docker-cli"
1011
checkdepends="git"
1112
short_desc="Docker CLI plugin for extended build capabilities with BuildKit"
1213
maintainer="Daniel Lewan <[email protected]>"
1314
license="Apache-2.0"
1415
homepage="https://docs.docker.com/buildx/working-with-buildx/"
1516
distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
16-
checksum=afcfea302f639f86299d41657f2ea6ca8df0d8cc3e243c299c8ada0ecfbb1fc4
17+
checksum=c20f30462818a4e9224ac8dbd639ff9da323ecf40f296095e5a693296ad4b765
1718

1819
post_install() {
1920
vmkdir usr/libexec/docker/cli-plugins

0 commit comments

Comments
 (0)