Skip to content

Commit

Permalink
fix: add arm64 as a platform to //packages/concatjs:docs_scrub_platfo…
Browse files Browse the repository at this point in the history
…rm (#3089)

* fix: add arm64 as a platform to //packages/concatjs:docs_scrub_platform

* fix: combine platform scrub to single sed cmd
  • Loading branch information
CooperBills authored and alexeagle committed Dec 3, 2021
1 parent f77e9fd commit 8161dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concatjs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ genrule(
name = "docs_scrub_platform",
srcs = ["README.md_"],
outs = ["README.md"],
cmd = "sed -e 's#devserver:devserver_.*_amd64#devserver:devserver_[platform]#' <$< >$@",
cmd = "sed -e 's#devserver:devserver_.*_a[mr][dm]64#devserver:devserver_[platform]#' <$< >$@",
visibility = ["//docs:__pkg__"],
)

Expand Down

0 comments on commit 8161dcc

Please sign in to comment.