Unable to run Controller locally on Arm mac M1 #13112
Labels
area/build
Build or GithubAction/CI issues
area/contributing
Contributing docs, ownership, etc. Also devtools like devcontainer and Nix
type/bug
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened/what did you expect to happen?
When running
make start UI=true
on devcontainer with vscode extension I get this errorRunning those commands I get
Looking at this line
TARGET_PLATFORM := $(shell [ `uname -m` = arm64 ] && echo linux/arm64 || echo linux/amd64)
it must be usinglinux/amd64
as target platform which is wrongVersion
v3.5.7
The text was updated successfully, but these errors were encountered: