Skip to content

Commit

Permalink
Update dogfood script
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj committed Jul 14, 2023
1 parent e7531e0 commit 5d04f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dogfood.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def release_redpanda(args):
env = {**os.environ}
env["TARGETS"] = "redpanda rputil"
env["TARGETS"] = "redpanda rp_util"
subprocess.check_call(["task", "rp:clean-pkg", "rp:build-docker-image", "BUILD_TYPE=release", "PKG_FORMATS=deb"], env=env)
output = json.loads(subprocess.check_output(["docker", "inspect", "localhost/redpanda:dev"]))
arch: str = output[0]["Architecture"]
Expand Down

0 comments on commit 5d04f38

Please sign in to comment.