Max's Notes
max.engineer
archives
search
feed
Compiling Go binary for Linux when on a Mac with Apple Silicon
GOOS=linux GOARCH=amd64 go build
Code snippets in this post are covered by
0BSD
License
.
Tags
snippet
shell
bash
golang
Date
December 6, 2022
Up next
Inspect and install a deb package
Check meta info about a package: List files the package will create: Extract deb package into a local folder: Install the package with dependencies:
Previously
Assertion assert_enqueued_email_with with matcher support
I made a PR into Rails to add matcher support for assert_enqueued_email_with. Until that PR is merged, here’s a custom assertion