fix: Adding a docker default platform target and a minor format change.

This commit is contained in:
2026-04-13 05:32:22 -05:00
parent 026c152daa
commit 56eb59f9c5
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
export EDITOR=nvim
export MANPAGER="less -R --use-color -Dd+r -Du+b" # Colored MAN pages
export DOCKER_DEFAULT_PLATFORM=linux/amd64