Skip to content

Commit 4d70341

Browse files
authored
Fix macos arm64 build (#1939)
1 parent 79086e0 commit 4d70341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.bazel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then
5959

6060
bazel build \
6161
${BAZEL_OPTIMIZATION} \
62-
-- //tensorflow_io_gcs_filesystem/... //tensorflow_io/...
62+
-- //tensorflow_io_gcs_filesystem/... //tensorflow_io:python/ops/libtensorflow_io.so //tensorflow_io:python/ops/libtensorflow_io_plugins.so
6363

6464
else
6565

0 commit comments

Comments
 (0)