Skip to content

Commit 076034b

Browse files
committed
refactor: make it amd64 only
1 parent e26886d commit 076034b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ docker run -it --rm \
3636
--network host \
3737
-v /dev/bus/usb:/dev/bus/usb/ \
3838
-v /dev:/dev \
39+
--platform linux/amd64 \
3940
ghcr.io/getdevopspro/jetson-linux-builder:36.4.3
4041
```
4142

docker-bake.hcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ target "build" {
2727
name = "${replace(sanitize(IMAGE_NAME), "_", "-")}-${replace(sanitize(jetson_version(jetson_version_pair)), "_", "-")}"
2828
platforms = [
2929
"linux/amd64",
30-
"linux/arm64",
3130
]
3231
matrix = {
3332
jetson_version_pair = JETSON_VERSION_PAIRS

0 commit comments

Comments
 (0)