-
Notifications
You must be signed in to change notification settings - Fork 99
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
Create pipeline to push an image to AWS upon release #3131
Conversation
f8045da
to
b1392df
Compare
Test build works: https://github.com/aws-actions/configure-aws-credentials |
50011cb
to
580bd90
Compare
TBD:
We can even merge without these questions asked and sort it out later. Just to get some image out there to start playing with it. |
I removed the testing pipeline (was running on PRs) and kept only the final one that triggers on releases. |
779a8f0
to
31c81fc
Compare
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android | ||
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET | ||
df -h | ||
./.github/release-space-from-ubuntu-runners.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great idea 👏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noiiiiceeee!
+ a test pipeline for the PR Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
31c81fc
to
6e4c1a9
Compare
echo "[$region] Image '$imageID' is now public." | ||
} | ||
|
||
copyToAllRegions() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Dimitris Karakasilis <[email protected]>
6e4c1a9
to
981b803
Compare
Part of: #3102
Pushes a cloud image for Ubuntu to AWS (public AMI)
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #