Skip to content

Commit

Permalink
build: faster multi-arch docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Sep 8, 2024
1 parent 8b50768 commit 1585df2
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 229 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
},
"[markdown]": {
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 99
"editor.wordWrapColumn": 100
},
"editor.formatOnSave": true,
"files.exclude": { "Cargo.lock": true },
"terminal.integrated.tabStopWidth": 2,
"evenBetterToml.formatter.columnWidth": 100,
"code-runner.executorMap": {
"rust": "cargo run -r #$fileName"
}
Expand Down
Loading

0 comments on commit 1585df2

Please sign in to comment.