You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/11/17 03:32:03 UTC

[GitHub] [skywalking-cli] mis98zb commented on pull request #129: Add cross platform build targets

mis98zb commented on pull request #129:
URL: https://github.com/apache/skywalking-cli/pull/129#issuecomment-971142980


   👍👍👍
   
   btw, I'm not very clear with the code, but from command in makefie:
   ```makefile
   docker:
   	docker buildx create --use
   	docker buildx build $(PUSH) --platform linux/386,linux/amd64,linux/arm64 --build-arg VERSION=$(VERSION) . -t $(HUB)/$(APP_NAME):$(VERSION) -t $(HUB)/$(APP_NAME):latest
   ```
   It seems the windows platform is not included?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org