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

feat(ci/workflows): add build_artifacts #2

Merged
merged 1 commit into from
Jul 18, 2024
Merged

feat(ci/workflows): add build_artifacts #2

merged 1 commit into from
Jul 18, 2024

Conversation

yuchanns
Copy link
Member

@yuchanns yuchanns commented Jul 17, 2024

Part of apache/opendal#4892

This PR will automatically build and upload the artifacts to the respective opendal-${VERSION} main branch.

Trigger by workflow_dispatch with a required argument of the tag of opendal and an optional tag of go-binding to release.

  • Please modify it to a triggering way suitable for the opendal automated release process.
  • I didn't enable all of the services as they may have failed for some of them. Therefore I need help from @Xuanwo to set up the build environment for them.
  • Tag a version (manually / automatically) on the respective branch, and then you release a new go-lib version.
  • The artifact is too large, about ~1.5m+ in most of the services with zstd compressed. Maybe we can reduce the size by disabling some unnecessary features.

.github/workflows/build_artifacts.yaml Show resolved Hide resolved
.github/workflows/build_artifacts.yaml Outdated Show resolved Hide resolved
.github/workflows/build_artifacts.yaml Outdated Show resolved Hide resolved
.github/workflows/build_artifacts.yaml Outdated Show resolved Hide resolved
.github/workflows/build_artifacts.yaml Outdated Show resolved Hide resolved
.github/workflows/build_artifacts.yaml Outdated Show resolved Hide resolved
.github/workflows/build_artifacts.yaml Outdated Show resolved Hide resolved
generate/templates/embed_{{.os}}_{{.arch}}.go.tpl Outdated Show resolved Hide resolved
generate/templates/service.go.tpl Outdated Show resolved Hide resolved
Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

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.

2 participants