-
Notifications
You must be signed in to change notification settings - Fork 610
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
When running on a little-endian PowerPC runner, the action pulls the binary for big-endian PowerPC.
Action version:
v6.0.0
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Tools version:
>=1.170
pulling 1.25
Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
https://github.com/canonical/chisel-releases/blob/9559e9de595029e5d7ceb2197155721ab5bf6a2b/.github/workflows/spread.yaml#L48-L50
Expected behavior:
It downloads the little-endian file from https://storage.googleapis.com/golang/go1.25.1.linux-ppc64le.tar.gz
Actual behavior:
It downloads the big-endian file from https://storage.googleapis.com/golang/go1.25.1.linux-ppc64.tar.gz
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working