forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-cli-buildx.yaml
44 lines (38 loc) · 1016 Bytes
/
docker-cli-buildx.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
package:
name: docker-cli-buildx
version: 0.19.2
epoch: 1
description: buildx is a Docker CLI plugin for extended build capabilities with BuildKit.
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- bash
- busybox
- ca-certificates-bundle
- go
pipeline:
- uses: git-checkout
with:
repository: https://github.com/docker/buildx
tag: v${{package.version}}
expected-commit: 1fc5647dc281ca3c2ad5b451aeff2dce84f1dc49
- uses: go/bump
with:
deps: golang.org/x/[email protected]
- runs: |
mkdir -p ${{targets.destdir}}/usr/libexec/docker/cli-plugins/
make build
chmod +x bin/build/docker-buildx
cp bin/build/docker-buildx ${{targets.destdir}}/usr/libexec/docker/cli-plugins/
test:
pipeline:
- runs: |
/usr/libexec/docker/cli-plugins/docker-buildx version | grep ${{package.version}}
update:
enabled: true
github:
identifier: docker/buildx
strip-prefix: v
tag-filter: v