标签: git docker gitlab gitlab-ci docker-in-docker
我想为我的树莓派构建一个docker镜像,最好在Gitlab CI中使用buildx。由于它具有不同的系统架构(arm64)。我该如何实现? This other question is exactly what I want to do但是我无法从buildx存储库中的Dockerfile进行构建。更具体地说,我失败了: RUN apk add --no-cache file git在Dockerfile中。
RUN apk add --no-cache file git