You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While automating the download and execution of pint across various devices (mainly apple m1 arm64 and x86_64 linux) I noticed a difference in packaging.
When one download the darwin arm64 release the tarball contains the arm64 arch both in the name of the archive and within the archive
Hi there,
While automating the download and execution of pint across various devices (mainly apple m1 arm64 and x86_64 linux) I noticed a difference in packaging.
When one download the darwin arm64 release the tarball contains the arm64 arch both in the name of the archive and within the archive
link:
https://github.com/cloudflare/pint/releases/download/v0.30.2/pint-0.30.2-darwin-arm64.tar.gz
However, for the linux release, the arch in the binary name has been changed
link:
https://github.com/cloudflare/pint/releases/download/v0.30.2/pint-0.30.2-linux-x86_64.tar.gz
content:
While it is not a huge problem I see 2 reasons why this should be fixed:
x86_64
notamd64
I would be happy to help you tackle / PR this issue LMK
The text was updated successfully, but these errors were encountered: