Skip to content

Commit 4ec5ab4

Browse files
committed
minor: adapt env stuff
1 parent 258a71d commit 4ec5ab4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ dist/
99
out/
1010
MODULE.bazel.lock
1111
.vscode
12+
.cache/
13+
.cursor/
14+
.DS_Store

bin/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ docker_clang_format() {
6464
process_arg "$arg"
6565
done | xargs -0 \
6666
docker run \
67+
--platform linux/amd64 \
6768
--interactive \
6869
--rm \
6970
--volume /etc/passwd:/etc/passwd:ro \

0 commit comments

Comments
 (0)