Projects STRLCPY got-your-back Commits 482d175d
🤬
  • ■ ■ ■ ■
    .github/workflows/build.yml
    skipped 378 lines
    379 379   - name: Linux package staticx GYB
    380 380   if: runner.os == 'Linux' && matrix.goal != 'test'
    381 381   run: |
    382  - GYB_ARCHIVE="gyb-${GYBVERSION}-linux-x86_64-legacy.tar.xz"
     382 + GYB_ARCHIVE="gyb-${GYBVERSION}-linux--$(uname -m)-legacy.tar.xz"
    383 383   tar cfJ $GYB_ARCHIVE gyb/
    384 384   
    385 385   - name: MacOS package GYB
    skipped 97 lines
Please wait...
Page is in error, reload to recover