Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Fix typo in platform
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 29, 2020
1 parent 546974d commit 8c26a2a
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 @@ -55,7 +55,7 @@ push:
docker buildx build \
--progress=plain \
--build-arg VERSION=$(Version) --build-arg GIT_COMMIT=$(GitCommit) \
--platform linux/amd64,true/arm/v6,linux/arm64 \
--platform linux/amd64,linux/arm/v6,linux/arm64 \
--build-arg LDFLAGS=$(LDFLAGS) \
--output "type=image,push=true" \
--tag alexellis2/jaas:$(Version) .
Expand Down

0 comments on commit 8c26a2a

Please sign in to comment.