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

<RUN>_ARCHITECTURE not being honored #495

Closed
decleaver opened this issue Mar 11, 2024 · 0 comments · Fixed by #506
Closed

<RUN>_ARCHITECTURE not being honored #495

decleaver opened this issue Mar 11, 2024 · 0 comments · Fixed by #506
Assignees
Labels
possible-bug Something may not be working

Comments

@decleaver
Copy link
Collaborator

runner architecture env is set to RUN_ARCHITECTURE, but uds-cli architecture is set to UDS_ARCHITECTURE, need to debug how we can reconcile these two environment variables.

Environment

#tasks.yaml
includes:
  - package: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.0/tasks/create.yaml

tasks:
  - name: uds-arch-issues
    description: Create the Gitlab runner package
    actions:
      - task: package:test-bundle

Steps to reproduce

  1. RUN_ARCHITECTURE=amd64 ../build/maru-mac-apple run uds-arch-issues
    (where the architecture is different than your OS arch. )

Expected result

Should create the amd64 version of the bundle

Actual Result

Creates the arm64 version

@decleaver decleaver added the possible-bug Something may not be working label Mar 11, 2024
@decleaver decleaver self-assigned this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug Something may not be working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant