Implement CI/CD workflows for Initia binary builds #11
build-darwin.yml
on: pull_request
Matrix: build-darwin
Matrix: build-linux
Annotations
4 errors and 2 warnings
build-linux (amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETOS\" = \"linux\" ]; then make build-linux-with-shared-library ARCH=$TARGETARCH; elif [ \"$TARGETOS\" = \"darwin\" ]; then make build ARCH=$TARGETARCH; fi" did not complete successfully: exit code: 2
|
build-linux (arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETOS\" = \"linux\" ]; then make build-linux-with-shared-library ARCH=$TARGETARCH; elif [ \"$TARGETOS\" = \"darwin\" ]; then make build ARCH=$TARGETARCH; fi" did not complete successfully: exit code: 2
|
build-darwin (arm64)
Process completed with exit code 1.
|
build-darwin (amd64)
Process completed with exit code 1.
|
build-darwin (arm64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-darwin (amd64)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|