Skip to content

Commit

Permalink
try setting skip arch detection in run
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Nov 6, 2024
1 parent 8cb2102 commit 9fb291e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,6 @@ jobs:
env:
S3_BUCKET: sumologic-osc-ci-builds
OVERRIDE_ARCH: x64
SKIP_ARCHITECTURE_DETECTION: 1
run: make test
run: |
$env:SKIP_ARCHITECTURE_DETECTION = $True
make test

0 comments on commit 9fb291e

Please sign in to comment.