Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
disable: x86 builds due to library issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rgprajeen committed Apr 24, 2023
1 parent eab5bb7 commit ba21903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
os: ["darwin", "linux"]
arch: ["amd64", "386"]
arch: ["amd64"]
exclude:
- os: "darwin"
arch: "386"
Expand Down

0 comments on commit ba21903

Please sign in to comment.