Skip to content

Commit e05bfbf

Browse files
authored
Build for 386
1 parent 2e5cc8a commit e05bfbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_and_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ docker buildx create --name mybuilder
2323
docker buildx use mybuilder
2424

2525
# REMOVED linux/arm64 as debie:jessie isn't built for linux/arm64
26-
docker buildx build --platform linux/amd64,linux/arm,linux/arm64 -t $MY_IMAGE_NAME:latest -t $MY_IMAGE_NAME:$NETDATA_VERSION --push .
26+
docker buildx build --platform linux/amd64,linux/arm,linux/arm64,linux/386 -t $MY_IMAGE_NAME:latest -t $MY_IMAGE_NAME:$NETDATA_VERSION --push .

0 commit comments

Comments
 (0)