Skip to content

CI: Add binary dependencies to the release artifact#76

Merged
ktock merged 1 commit intomainfrom
buildg-full
Sep 5, 2022
Merged

CI: Add binary dependencies to the release artifact#76
ktock merged 1 commit intomainfrom
buildg-full

Conversation

@ktock
Copy link
Copy Markdown
Owner

@ktock ktock commented Sep 5, 2022

This commit adds buildg-full-$(VERSION)-linux-$(ARCH).tar.gz to the release artifacts.
The following tarballs will be released since the next release.

  • Minimal(buildg-$(VERSION)-linux-$(ARCH).tar.gz): contains only buildg binary
  • Full(buildg-full-$(VERSION)-linux-$(ARCH).tar.gz): contains buildg and its dependencies

The full tarball contains the following components.

$ tar --list -vvf out/buildg-v0.3.0-56-gafb68a3-linux-amd64.tar.gz
-rwxrwxr-x ktock/ktock 23695360 2022-09-05 14:38 buildg
$ tar --list -vvf out/buildg-full-v0.3.0-56-gafb68a3-linux-amd64.tar.gz
drwxr-xr-x 0/0               0 2022-09-05 14:38 bin/
-rwxr-xr-x 0/0        23912448 2022-09-05 14:38 bin/buildg
-rwxr-xr-x 0/0         9443526 2022-05-02 17:24 bin/rootlessctl
-rwxr-xr-x 0/0        10879193 2022-05-02 17:24 bin/rootlesskit
-rwxr-xr-x 0/0        13733640 2022-09-01 16:01 bin/runc
-rwxr-xr-x 0/0         2338128 2022-09-05 14:38 bin/slirp4netns
drwxr-xr-x 0/0               0 2022-09-05 14:38 share/
drwxr-xr-x 0/0               0 2022-09-05 14:38 share/doc/
drwxr-xr-x 0/0               0 2022-09-05 14:38 share/doc/buildg-full/
-rw-r--r-- 0/0             341 2022-09-05 14:38 share/doc/buildg-full/README.md
-rw-r--r-- 0/0             508 2022-09-05 14:38 share/doc/buildg-full/SHA256SUMS
$ tar -xOf out/buildg-full-v0.3.0-56-gafb68a3-linux-amd64.tar.gz share/doc/buildg-full/README.md
# buildg (full distribution)
- buildg: v0.3.0-56-gafb68a3
- runc: v1.1.3
- RootlessKit: v1.0.1
- slirp4netns: v1.2.0

## License
- bin/slirp4netns: [GNU GENERAL PUBLIC LICENSE, Version 2](https://github.com/rootless-containers/slirp4netns/blob/v1.2.0/COPYING)
- Other files: [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)

@ktock ktock merged commit 0a922b1 into main Sep 5, 2022
@ktock ktock deleted the buildg-full branch September 5, 2022 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant