Skip to content

Commit 2aae403

Browse files
authored
exclude huggingface components arm build (#480)
Signed-off-by: Jem Davies <jemsot@gmail.com>
1 parent d82de99 commit 2aae403

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//go:build arm
2+
3+
package huggingface

public/components/huggingface/package.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !arm
2+
13
package all
24

35
import (

0 commit comments

Comments
 (0)