The GitHub Actions job "Tests (AMD)" on 
airflow.git/refactor/go-sdk/airflow-go-pack has succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
820b526e63d276ac6610044418a80f39d6dec9dd / LIU ZHE YOU <[email protected]>
self-review: harden airflow-go-pack flag validation and output checks

- Reject --executable together with --goos/--goarch: --executable packs
  the binary as-is and never builds, so it cannot cross-compile. Silently
  ignoring the flags contradicted the fail-fast guidance that points
  unrunnable-binary users at the cross-build path.
- Resolve the source path and reject a directory/colliding --output before
  any go build, so a misconfigured output fails fast instead of after a
  (cross) compile.
- Fix stale docs: the manifest is YAML-by-default (not "the JSON shape"),
  and the bundle output is a self-contained executable with an appended
  AFBNDL01 trailer, not a ZIP.

Report URL: https://github.com/apache/airflow/actions/runs/26931619090

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to