Skip to content

Commit

Permalink
Fix macos arm64 build (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Feb 6, 2024
1 parent 79086e0 commit 4d70341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ elif [[ $(uname -m) == "arm64" && $(uname) == "Darwin" ]]; then

bazel build \
${BAZEL_OPTIMIZATION} \
-- //tensorflow_io_gcs_filesystem/... //tensorflow_io/...
-- //tensorflow_io_gcs_filesystem/... //tensorflow_io:python/ops/libtensorflow_io.so //tensorflow_io:python/ops/libtensorflow_io_plugins.so

else

Expand Down

0 comments on commit 4d70341

Please sign in to comment.