diff options
author | Ian Lewis <ianlewis@google.com> | 2020-10-22 21:21:16 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-22 21:22:54 -0700 |
commit | cc772f3d54d46b65c663c8cf7812103df31f17d3 (patch) | |
tree | 8ee2b193e6910a0e93698b008061249b2e0a59da /website/blog/BUILD | |
parent | c1a6ba06ab402c08e3300abd9403026c690dc168 (diff) |
Add a platform portability blog post
Also fixes the docker_image bazel rule, and website-server make target.
Fixes #3273
PiperOrigin-RevId: 338606668
Diffstat (limited to 'website/blog/BUILD')
-rw-r--r-- | website/blog/BUILD | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/website/blog/BUILD b/website/blog/BUILD index 865e403da..ab37bfef0 100644 --- a/website/blog/BUILD +++ b/website/blog/BUILD @@ -38,6 +38,17 @@ doc( permalink = "/blog/2020/09/18/containing-a-real-vulnerability/", ) +doc( + name = "platform_portability", + src = "2020-10-22-platform-portability.md", + authors = [ + "ianlewis", + "mpratt", + ], + layout = "post", + permalink = "/blog/2020/09/22/platform-portability/", +) + docs( name = "posts", deps = [ |