Explore >> Select a destination


You are here

www.cloudwithchris.com
| | www.shuttle.rs
11.9 parsecs away

Travel
| | Implement Continuous Integration & Continuous Development effectively in your Rust project.
| | blog.oddbit.com
12.6 parsecs away

Travel
| | At work we have a cluster of IBM Power 9 systems running OpenShift. The problem with this environment is that nobody runs Power 9 on their desktop, and Docker Hub only offers automatic build support for the x86 architecture. This means there's no convenient options for building Power 9 Docker images...or so I thought. It turns out that Docker provides GitHub actions that make the process of producing multi-architecture images quite simple.
| | aless.co
13.3 parsecs away

Travel
| | Building a Resume with LaTeX + GitHub Actions
| | sitr.us
64.9 parsecs away

Travel
| I have a project, git-format-staged, that I build with Nix. It includes NPM dependencies, and it is convenient to have Dependabot keep those up-to-date for me. Dependabot creates pull requests that update package-lock.json when it sees updates with security fixes and such. But my Nix configuration includes a hash of the project NPM dependencies - that hash must be updated when package-lock.json changes. Unfortunately Dependabot does not know how to do that. So I came up with a workflow to help that bot o...