Skip to content

Commit

Permalink
feat(ci): create mutil arch manifest in ci (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ryu committed May 10, 2023
1 parent b5ee2a1 commit f58dfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -140,7 +140,7 @@ release.build:
ifeq ($(NEED_BUILD_PROVIDER),true)
cd build/docker/tools/provider-res && make all
endif
make asset && make push.multiarch
make asset && make push.multiarch && make manifest.multiarch

## release: Release tke
.PHONY: release
Expand Down

0 comments on commit f58dfd7

Please sign in to comment.