Skip to content

Commit

Permalink
Fix small typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
panicattheunwrap committed Jan 23, 2025
1 parent 9d57b06 commit 4036069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build: .built.amd64.image .built.arm64.image
docker buildx build $(BUILDX_CACHE_FROM) $(BUILDX_CACHE_TO) --platform linux/amd64,linux/arm64 .

.built.%.image.tar: .built.images
# The `.built.iamges` dependency will have exported the cache, don't waste time writing it out again.
# The `.built.images` dependency will have exported the cache, don't waste time writing it out again.
# It seems that we still need to *read* from the cache again though, at least in CI.
docker buildx build $(BUILDX_CACHE_FROM) --platform "linux/$*" --output "type=docker,dest=$@" .

Expand Down

0 comments on commit 4036069

Please sign in to comment.