Skip to content

Commit

Permalink
Merge pull request MaterializeInc#9408 from benesch/ci-arch
Browse files Browse the repository at this point in the history
ci: fix binary tarball uploading for linux
  • Loading branch information
benesch authored Dec 2, 2021
2 parents c03f259 + 48a0275 commit e052760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deploy/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main() -> None:
for repo in repos:
mz_path = Path(f"materialized-{repo.rd.arch}")
ci_util.acquire_materialized(repo, mz_path)
deploy_util.deploy_tarball("x86_64-unknown-linux-gnu", mz_path)
deploy_util.deploy_tarball(f"{repo.rd.arch}-unknown-linux-gnu", mz_path)


def publish_deb(arch: Arch, version: str) -> None:
Expand Down

0 comments on commit e052760

Please sign in to comment.