We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bf21f8 + 928952e commit addfcf5Copy full SHA for addfcf5
Makefile
@@ -100,7 +100,7 @@ reference:
100
manifest:
101
./manifestgen.sh
102
docker:
103
- ./docker_build.sh $(DOCKER_ARGS)
+ ./docker_build.sh --load $(DOCKER_ARGS)
104
docker-multiarch:
105
./docker_build.sh --platform linux/amd64,linux/arm64 $(DOCKER_ARGS)
106
docs: .ALWAYS
docker_build.sh
@@ -46,7 +46,6 @@ docker buildx build \
46
--build-arg BASE_TAG=$BASE_TAG \
47
--build-arg UI_TAG=$UI_TAG \
48
--build-arg UI_RELEASE=$UI_RELEASE \
49
- --load \
50
$@ \
51
.
52
docker buildx rm firefly
0 commit comments