compose on arm

This commit is contained in:
Yann Autissier
2022-05-09 13:33:46 +00:00
parent 39bd503fff
commit ff1da1fc3c
32 changed files with 64 additions and 70 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
ARG IPFS_VERSION=v0.13.0-rc1
FROM ipfs/go-ipfs:${IPFS_VERSION} as dist
ARG IPFS_VERSION=0.13.0-rc1
FROM ipfs/go-ipfs:v${IPFS_VERSION} as dist
LABEL maintainer aynic.os <support+docker@asycn.io>
ARG DOCKER_BUILD_DIR