We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effd218 commit 2a4f907Copy full SHA for 2a4f907
template/Makefile.j2
@@ -12,7 +12,7 @@
12
TAG := $(shell git rev-parse --short HEAD)
13
OPERATOR_NAME := {[ operator.name }]
14
VERSION := $(shell cargo metadata --format-version 1 | jq -r '.packages[] | select(.name=="stackable-${OPERATOR_NAME}") | .version')
15
-ARCH := $(shell arch | sed -e 's#x86_64#amd64#' | sed -e 's#aarch64#arm64#')
+ARCH := $(shell uname -m | sed -e 's#x86_64#amd64#' | sed -e 's#aarch64#arm64#')
16
17
DOCKER_REPO := docker.stackable.tech
18
ORGANIZATION := stackable
0 commit comments