Skip to content

Action pulls the wrong package on little-endian powerpc #648

@lengau

Description

@lengau

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions