wu-sheng commented on code in PR #514:
URL: 
https://github.com/apache/skywalking-banyandb/pull/514#discussion_r1720938794


##########
.github/workflows/publish-docker.yml:
##########
@@ -79,6 +79,10 @@ jobs:
         run: |
           GOOS=windows GOARCH=amd64 make -C banyand banyand-server-static
           GOOS=windows GOARCH=amd64 make -C bydbctl build
+      - name: Build OSX binaries
+        run: |
+          GOOS=darwin GOARCH=arm64 make -C banyand banyand-server-static
+          GOOS=darwin GOARCH=arm64 make -C bydbctl build

Review Comment:
   Is this AARM or ARM? The CI name seems a little tricky.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to