Skip to content

Conversation

@MatteoPologruto
Copy link
Contributor

Motivation

- name: Build Binary
  run: go tool task build
  env:
    GOARCH: ${{ matrix.arch }}
    GOOS: ${{ matrix.os }}

It seems that we cannot use go tool task and cross-compilation this way. We are reverting the change temporarily, while we discuss the possibility to switch to the DistTask approach or something else.

Change description

Partially revert #6

Additional Notes

Reviewer checklist

  • PR addresses a single concern.
  • PR title and description are properly filled.
  • Changes will be merged in main.
  • Changes are covered by tests.
  • Logging is meaningful in case of troubleshooting.

@MatteoPologruto MatteoPologruto self-assigned this Oct 23, 2025
@MatteoPologruto MatteoPologruto added the bug Something isn't working label Oct 23, 2025
@MatteoPologruto MatteoPologruto changed the title Revert task changes and install it using github action Revert task changes in release workflow and install it using github action Oct 23, 2025
@MatteoPologruto MatteoPologruto marked this pull request as ready for review October 23, 2025 09:23
@MatteoPologruto MatteoPologruto requested a review from a team October 23, 2025 09:23
@MatteoPologruto MatteoPologruto merged commit dcd4ce3 into main Oct 23, 2025
18 checks passed
@MatteoPologruto MatteoPologruto deleted the fix-release branch October 23, 2025 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants