chiara pascucci
01/31/2023, 9:44 AMMatt (pactflow.io / pact-js / pact-go)
chiara pascucci
01/31/2023, 4:48 PMError: Error while installing binary: Cannot find binary for platform 'linux' with architecture 'arm64'. when running the pact test), so did a temp fix for this by building for specific platform (linux/AMD64). I am using M1 Apple Chip with Sierra 13
• I have actually now got passed the time out issue (just having a silly long timeout value), but I am getting a 401 Unauthorized error, seemingly when sending the request to the pact mock provider. I am investigating this
Any help with even just the first point would be great 😄 , as I am thinking I am most likely doing something wrong as the issue was resolved judging by the github thread. Thank you again for respondingMatt (pactflow.io / pact-js / pact-go)
--platform linux/amd64) on docker. We don’t currently have binaries that will run on arm/linux, hence the install issue.chiara pascucci
02/01/2023, 9:42 AM