-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
116 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: docker-buildx | ||
|
||
# The architecture is specified using Go nomenclature (GOARCH) and translated | ||
# to the platform specific equivalent. In order to manually set the architecture | ||
# to a platform specific value, use deb_arch, rpm_arch and apk_arch. | ||
arch: ${ARCH} | ||
platform: linux | ||
|
||
version: ${VERSION} | ||
epoch: 0 | ||
|
||
section: default | ||
|
||
maintainer: Docker <support@docker.com> | ||
description: Docker Buildx plugin extends build capabilities with BuildKit. | ||
vendor: ${VENDOR} | ||
homepage: https://github.com/docker/buildx | ||
license: Apache-2.0 | ||
disable_globbing: true | ||
|
||
contents: | ||
- src: /usr/bin/buildx | ||
dst: /usr/libexec/docker/cli-plugins/docker-buildx | ||
|
||
rpm: | ||
group: Tools/Docker | ||
compression: xz | ||
|
||
deb: | ||
compression: xz |