go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Add build tags to support both x86 and ARM compilation on macOS

Open Spaider opened this issue 3 years ago • 3 comments

Fix for #1068

Changes

  • Introduce arm64 and amd64 build tags
  • Appropriate changes in documentation

Spaider avatar Jul 28 '22 07:07 Spaider

@mattn Do you know if GitHub has any M1/M2 build agents we could add to the workflow? https://github.com/mattn/go-sqlite3/blob/master/.github/workflows/go.yaml

rittneje avatar Jul 31 '22 03:07 rittneje

No I don't.

mattn avatar Jul 31 '22 04:07 mattn

@mattn Do you know if GitHub has any M1/M2 build agents

Issue is still open. Looks like it's in plans but not there yet.

Spaider avatar Jul 31 '22 11:07 Spaider

Hey folks! I'm wondering if any progress there?

zzet avatar Oct 20 '22 15:10 zzet

I've resolved the conflict in README.md.

Spaider avatar Oct 24 '22 08:10 Spaider