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

Automatic creation of builds on push tags #97

Closed
wants to merge 1 commit into from

Conversation

corentinfoure
Copy link

No description provided.

@@ -133,8 +133,8 @@ build-reproducible-generic: go.sum
--build-arg VERSION="$(VERSION)" \
-f Dockerfile .
$(DOCKER) create -ti --name $(subst /,-,latest-build-$(PLATFORM)) latest-build-$(PLATFORM) kid
mkdir -p $(CURDIR)/build/$(NETWORK)/$(PLATFORM)/
Copy link
Contributor

Choose a reason for hiding this comment

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

Why remove the build dir entirely ? 

Copy link
Author

Choose a reason for hiding this comment

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

Everything is now built at the root for the shasum to display correct path.
I was highly inspired by horcrux's setup cf: https://github.com/strangelove-ventures/horcrux/blob/03f565d67bb5394a4b3017a1adb00561d5297724/.github/workflows/release.yml#L63

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label Sep 22, 2023
@github-actions github-actions bot closed this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants