File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 desc : Build for ARM64
1313 cmds :
1414 - rm -rf build64
15- - docker buildx build {{.NO_CACHE}} --platform=linux/arm64 --build-arg GITHUB_ACTIONS=false --label {{.LABEL}} -t {{.IMAGE_NAME}} -f docker/Dockerfile .
15+ - docker buildx build {{.NO_CACHE}} --platform=linux/arm64 --build-arg GITHUB_ACTIONS=false --label {{.LABEL}} --load - t {{.IMAGE_NAME}} -f docker/Dockerfile .
1616 silent : true
1717
1818 build-32 :
2626 desc : Build for ARM64 using local gabagool workspace
2727 cmds :
2828 - rm -rf build64
29- - cd .. && docker buildx build {{.NO_CACHE}} --platform=linux/arm64 --build-arg USE_LOCAL_GABAGOOL=true --build-arg GITHUB_ACTIONS=false --label {{.LABEL}} -f grout/docker/Dockerfile -t {{.IMAGE_NAME}} .
29+ - cd .. && docker buildx build {{.NO_CACHE}} --platform=linux/arm64 --build-arg USE_LOCAL_GABAGOOL=true --build-arg GITHUB_ACTIONS=false --label {{.LABEL}} --load - f grout/docker/Dockerfile -t {{.IMAGE_NAME}} .
3030 silent : true
3131
3232 build-32-local :
You can’t perform that action at this time.
0 commit comments