hoppscotch / hopp-cli

🤖 HTTP CLI client for https://hoppscotch.io
https://hoppscotch.io
MIT License
176 stars 24 forks source link

Added arm64 support for all OS fixes issue #46 #48

Closed ashique-perumbavoor closed 2 years ago

ashique-perumbavoor commented 2 years ago

I have also added targets option as below:

    targets:
      - linux_amd64
      - linux_arm64
      - linux_386
      - windows_amd64
      - windows_arm64
      - windows_386
      - darwin_amd64
      - darwin_arm64

Removing the unwanted os configuration will stop making it's binaries

athul commented 2 years ago

Hey, sorry for the late comment. You should also update the RELEASE_BUILDS variable in the env key of the yml file. Also I wanted to switch the whole build from travis to GitHub actions. If you could do that too, it would be a lot easier

BRO3886 commented 2 years ago

Hey, sorry for the late comment. You should also update the RELEASE_BUILDS variable in the env key of the yml file. Also I wanted to switch the whole build from travis to GitHub actions. If you could do that too, it would be a lot easier

@athul what do you want to add on RELEASE_BUILDS env?

athul commented 2 years ago

I guess this can be closed due to #49