Skip to content

Commit

Permalink
🏛️ Specify just amd64 architecture for Linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent 8060169 commit 1bb7a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
package-dir: .
output-dir: wheelhouse
env:
CIBW_ARCHS_LINUX: x86_64
CIBW_BEFORE_ALL_LINUX: >
yum install wget &&
wget https://golang.org/dl/go1.21.5.linux-amd64.tar.gz &&
Expand Down

0 comments on commit 1bb7a58

Please sign in to comment.