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

Add a script and GH action to produce builds #24

Merged
merged 4 commits into from
Dec 20, 2023
Merged

Conversation

mcpherrinm
Copy link
Contributor

@mcpherrinm mcpherrinm commented Dec 20, 2023

This adds a shell script to create the .zip files for the checker and churner lambdas.

It adds a set of github actions:

try-release.yml just runs the build but doesn't do anything with it. This is runs on PRs and when they're pushed to main.

release.yml runs the build and then uploads the artifacts to Github whenever a tag is pushed starting with "v" (which is how normal go release are tagged). I anticipate replacing this with uploading to S3 in a future PR, as we need them in S3 for lambda to deploy from.

mcpherrinm and others added 4 commits December 20, 2023 13:03
This builds the checker and churner zips
Needed for compatibility with lambda's deprecation of the go runtime
@mcpherrinm mcpherrinm merged commit 625ba99 into main Dec 20, 2023
3 checks passed
@mcpherrinm mcpherrinm deleted the mattm-add-build branch December 20, 2023 23:03
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