Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# 构建并上传,只有2个操作系统是因为From使用的jdk只支持这两种系统

## apache/iotdb:latest

docker buildx build --platform linux/amd64,linux/arm64/v8 -t apache/iotdb:latest -f ../../../docker/src/main/Dockerfile-0.13.1-node . --push

## apache/iotdb:0.13.1-node

docker buildx build --platform linux/amd64,linux/arm64/v8 -t apache/iotdb:0.13.1-node -f ../../../docker/src/main/Dockerfile-0.13.1-node . --push


发布 Go client (如果有需要发布)


本地clone go client 代码

...