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

add multiarch support for both linux and macOS runners #43

Merged
merged 30 commits into from Dec 29, 2021

Commits on Dec 28, 2021

  1. print OS

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    ee57643 View commit details
    Browse the repository at this point in the history
  2. initial branch attempt

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    5f530c6 View commit details
    Browse the repository at this point in the history
  3. remove with

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    c8f351a View commit details
    Browse the repository at this point in the history
  4. dont use input vars

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    b876320 View commit details
    Browse the repository at this point in the history
  5. use hashfiles as platform-agnostic sha256

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    f7dd31d View commit details
    Browse the repository at this point in the history
  6. s/Darwin/macOS

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    914b2cd View commit details
    Browse the repository at this point in the history
  7. os-specific sha

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    6413419 View commit details
    Browse the repository at this point in the history
  8. fix conditional

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    d52b638 View commit details
    Browse the repository at this point in the history
  9. fix conditional 2

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    77b6030 View commit details
    Browse the repository at this point in the history
  10. remove verbose logging

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    1e89849 View commit details
    Browse the repository at this point in the history
  11. add debugging

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 28, 2021
    Copy the full SHA
    0311275 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. standardize file and signature download vars

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    710407f View commit details
    Browse the repository at this point in the history
  2. fix semicolon

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    eaf95a9 View commit details
    Browse the repository at this point in the history
  3. fix signature path

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    68da01d View commit details
    Browse the repository at this point in the history
  4. fix signature path again

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    69fa10d View commit details
    Browse the repository at this point in the history
  5. download sig and release from google

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    c3bbb5b View commit details
    Browse the repository at this point in the history
  6. fetch signature from github instead of google

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    f4c7dfc View commit details
    Browse the repository at this point in the history
  7. fix signature link

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    0115d73 View commit details
    Browse the repository at this point in the history
  8. add testing over macOS

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    7d286b1 View commit details
    Browse the repository at this point in the history
  9. narrow down testing a bit

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    2173a9d View commit details
    Browse the repository at this point in the history
  10. update name

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    a126aa8 View commit details
    Browse the repository at this point in the history
  11. update readme

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    07eb72f View commit details
    Browse the repository at this point in the history
  12. clean up output during script

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    6701cb9 View commit details
    Browse the repository at this point in the history
  13. fix path

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    40dd2a6 View commit details
    Browse the repository at this point in the history
  14. fix quote

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    f11974a View commit details
    Browse the repository at this point in the history
  15. add color to log messages

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    71776df View commit details
    Browse the repository at this point in the history
  16. fix color

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    5ae0f25 View commit details
    Browse the repository at this point in the history
  17. add shopt

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    bbac964 View commit details
    Browse the repository at this point in the history
  18. switch to tput

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    3ed8f2f View commit details
    Browse the repository at this point in the history
  19. support color on linux and macos

    Signed-off-by: Bob Callaway <bob.callaway@gmail.com>
    bobcallaway committed Dec 29, 2021
    Copy the full SHA
    42f71cd View commit details
    Browse the repository at this point in the history