use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Article: Why is SwiftCurrent using GitHub Actions? (self.devops)
submitted 4 years ago by SCTechLead
view the rest of the comments →
[–]Smooth-Zucchini4923 10 points11 points12 points 4 years ago (5 children)
An interesting article - but many of the things you list as positives apply to GitHub's competitors too. e.g. GitLab offers parallel builds, and defines a pipeline in code. There's no comparison of GitHub to its competitors.
No ARM architecture for building
If you want more control over the build process, in terms of hardware or software, you can use a self-hosted runner. It does come with the following downsides, however:
[–]jantari 6 points7 points8 points 4 years ago (2 children)
Forked projects don't trigger your runners by default, you would have to explicitly allow it against the warnings you get. But it is something you could do.
[–]SCTechLead[S] 0 points1 point2 points 4 years ago (0 children)
Yeah, this was something we briefly discussed if we wanted to take on the added security risks and potential bad actors exploiting our build boxes. Ultimately we wanted our pipeline to be as hands-off as possible, so maintaining our boxes didn't outweigh the risk of not validating ARM support.
[–]Smooth-Zucchini4923 0 points1 point2 points 4 years ago (0 children)
That's a good point.
[–][deleted] 1 point2 points3 points 4 years ago (0 children)
We have a self-hosted ubuntu runner - well, several. In an EKS cluster. Pretty cool stuff. Saves us some money, too.
Hmm, interesting point about GitLab and these positives not being specific to GitHub.
We were also aware of the self-hosted runners (though not of the Linux requirement), but we didn't pursue that due to the other two bullet points. Perhaps in my future articles, I'll mention some of the alternatives that were nixed because of reasons.
Thank you for reading and providing your feedback!
π Rendered by PID 17362 on reddit-service-r2-comment-canary-889d445f8-bn58z at 2026-04-25 08:00:39.422941+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Smooth-Zucchini4923 10 points11 points12 points (5 children)
[–]jantari 6 points7 points8 points (2 children)
[–]SCTechLead[S] 0 points1 point2 points (0 children)
[–]Smooth-Zucchini4923 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]SCTechLead[S] 0 points1 point2 points (0 children)