Skip to content

Commit

Permalink
chore: fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 15, 2024
1 parent 5b98b10 commit ab6cfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/cubestore/cross/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target "aarch64-unknown-linux-gnu" {
args = {
LLVM_VERSION = LLVM_VERSION
}
tags = ["cubejs/cross:aarch64-unknown-linux-gnu-${CROSS_VERSION}"]
tags = ["cubejs/rust-cross:aarch64-unknown-linux-gnu-${CROSS_VERSION}"]
platforms = ["linux/amd64"]
}

Expand Down

0 comments on commit ab6cfff

Please sign in to comment.