Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish new release by Github Action #81

Closed
Burning1020 opened this issue Sep 6, 2023 · 1 comment · Fixed by #95
Closed

Publish new release by Github Action #81

Burning1020 opened this issue Sep 6, 2023 · 1 comment · Fixed by #95
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@Burning1020
Copy link
Member

Burning1020 commented Sep 6, 2023

What would you like to be added?

Add a new Github Action for new releases. Like this: https://github.com/kuasar-io/kuasar/releases/tag/v0.1.0

The fist tar file kuasar-vx.y.z-linux-amd64.tar.gz compresses this binaries:

  • vmm-sandboxer(for Cloud Hypervisor) and config_clh.toml
  • kuasar.image and vmlinux.bin for Cloud Hypervisor
  • wasm-sandboxer(for wasmEdge)
  • quark-sandboxer
  • containerd binary and config.toml of Kuasar community
  • shim folder with two shim binaries

The second tar file kuasar-vx.y.z-vendor.tar.gz compresses the source code with vendor code.

The x.y.z represents the tag or version number of this release.

Why is this needed?

Currently, Kuasar releases are manually executed and should be improved with automatic pipeline.

@Burning1020 Burning1020 added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 6, 2023
@xiaods
Copy link

xiaods commented Sep 23, 2023

this feature is done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants