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 7d306f3 + 1a72716 commit 96594e6Copy full SHA for 96594e6
Makefile
@@ -18,7 +18,7 @@ build: build-x86 build-arm
18
docker manifest annotate --arch arm64 public.ecr.aws/awsguru/aws-lambda-adapter:$(CARGO_PKG_VERSION) \
19
public.ecr.aws/awsguru/aws-lambda-adapter:$(CARGO_PKG_VERSION)-aarch64
20
21
-publish: build
+publish:
22
docker manifest push public.ecr.aws/awsguru/aws-lambda-adapter:$(CARGO_PKG_VERSION)
23
24
build-mac:
0 commit comments