File tree Expand file tree Collapse file tree 2 files changed +3
-29
lines changed
Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Template file for 'docker-buildx'
22pkgname=docker-buildx
3- version=0.22 .0
3+ version=0.24 .0
44revision=1
55build_style=go
66go_import_path="github.com/docker/buildx"
77go_package="./cmd/buildx"
88go_ldflags="-X github.com/docker/buildx/version.Version=v${version}"
9+ make_check_args="-skip=(^TestGit$|^TestIntegration$)"
910depends="docker-cli"
1011checkdepends="git"
1112short_desc="Docker CLI plugin for extended build capabilities with BuildKit"
1213maintainer="Daniel Lewan <
[email protected] >"
1314license="Apache-2.0"
1415homepage="https://docs.docker.com/buildx/working-with-buildx/"
1516distfiles="https://github.com/docker/buildx/archive/refs/tags/v${version}.tar.gz"
16- checksum=afcfea302f639f86299d41657f2ea6ca8df0d8cc3e243c299c8ada0ecfbb1fc4
17+ checksum=c20f30462818a4e9224ac8dbd639ff9da323ecf40f296095e5a693296ad4b765
1718
1819post_install() {
1920 vmkdir usr/libexec/docker/cli-plugins
You can’t perform that action at this time.
0 commit comments