Skip to content

Tags: denisbrodbeck/machineid

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from fbettag/patch-1

makes it work on solaris/smartOS/illumos

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from lox/support-dragonfly-os

Detect dragonfly as a BSD variant

v0.8.0

Toggle v0.8.0's commit message
Force usage of x64 registry on x64 systems from x86 builds

Building an app for a x86 environment and running that app on an amd64 environment led to a `file not found` (aka failed to lookup relevant registry key) error. The added flag gets ignored on x86 systems, but will be followed on x64 systems.

fixes #2