Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISA: aarch64 vs arm64 #4051

Open
3 tasks done
Release-Candidate opened this issue Aug 21, 2024 · 1 comment
Open
3 tasks done

ISA: aarch64 vs arm64 #4051

Release-Candidate opened this issue Aug 21, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@Release-Candidate
Copy link

Release-Candidate commented Aug 21, 2024

Component

agent

Describe the bug

The Woodpecker agent registers itself as running on linux/aarch64

{
"message":"starting Woodpecker agent with version 'next-0b34578923' and backend 'docker' using platform 'linux/aarch64' running up to 1 pipelines in parallel"
}

and does not work when using the platform linux/arm64 in workflows.

Steps to reproduce

  1. Compile Woodpecker agent from the current main branch on AARCH64
  2. Install and configure the agent
  3. Setup a workflow which uses linux/arm64 as platform.
  4. Observe, that linux/aarch64 is not regarded the same as linux/arm64 by Woodpecker.

Expected behavior

Woodpecker recognizes arm64 and aarch64 as synonyms for the same CPU ISA or uses one of these consistently - the agent sets linux/arm64 on AARCH64.

System Info

Linux debian 6.1.0-23-arm64 #1 SMP Debian 6.1.99-1 (2024-07-15) aarch64 GNU/Linux
{
  "source": "https://github.com/woodpecker-ci/woodpecker",
  "version": "next-0b34578923"
}

Additional context

No response

Validations

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Checked that the bug isn't fixed in the next version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]
@Release-Candidate Release-Candidate added the bug Something isn't working label Aug 21, 2024
@zc-devs
Copy link
Contributor

zc-devs commented Aug 21, 2024

@qwerty287 qwerty287 added this to the 3.0.0 milestone Oct 6, 2024
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

No branches or pull requests

3 participants