Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Oct 11, 2023
1 parent 1091e82 commit 41a0576
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/deb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ _ARCH = [
name = "decompress_" + architecture,
srcs = ["@bash_{}//:layer".format(architecture)],
outs = ["_{}.tar".format(architecture)],
tags = ["manual"],
cmd = "xz --decompress --stdout $< >$@",
)
for architecture in _ARCH
Expand All @@ -23,7 +22,6 @@ _ARCH = [
name = "image_" + architecture,
architecture = architecture,
os = "linux",
tags = ["manual"],
tars = ["_{}.tar".format(architecture)],
)
for architecture in _ARCH
Expand All @@ -32,6 +30,5 @@ _ARCH = [
oci_tarball(
name = "tarball",
image = ":image_amd64",
tags = ["manual"],
repo_tags = ["test:test"],
)

0 comments on commit 41a0576

Please sign in to comment.