defenseunicorns / maru-runner

The Unicorn Task Runner
Apache License 2.0
8 stars 0 forks source link

RUN_ARCHITECTURE not being honored #19

Closed decleaver closed 4 months ago

decleaver commented 4 months ago

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 commented 4 months ago

this is a uds-cli bug, not a runner issue