Skip to content

Commit

Permalink
sites: use cgo for binary
Browse files Browse the repository at this point in the history
Signed-off-by: toby lorne <[email protected]>
  • Loading branch information
tlwr committed Oct 6, 2024
1 parent 1892d65 commit 58261e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sites/assets.tobys.cloud/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ go_binary(
out = "assets-tobys-cloud",
embed = [":assets_tobys_cloud_lib"],
visibility = ["//visibility:public"],
cgo = True,
)

pkg_tar(
Expand Down
1 change: 1 addition & 0 deletions sites/page-404/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ go_binary(
out = "page-404",
embed = [":page-404_lib"],
visibility = ["//visibility:public"],
cgo = True,
)

pkg_tar(
Expand Down
1 change: 1 addition & 0 deletions sites/www.toby.codes/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ go_binary(
out = "www-toby-codes",
embed = [":www_toby_codes_lib"],
visibility = ["//visibility:public"],
cgo = True,
)

pkg_tar(
Expand Down

0 comments on commit 58261e5

Please sign in to comment.