File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121 contents : read
2222
2323jobs :
24- build-linux-amd64 :
24+ build-linux :
2525 name : Build & push linux
2626 if : github.repository == 'codefresh-io/argo-workflows'
2727 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -20,30 +20,6 @@ GIT_BRANCH := $(shell git rev-parse --symbolic-full-name --verify --q
2020RELEASE_TAG := $(shell if [[ "$(GIT_TAG ) " =~ ^v[0-9]+\.[0-9]+\.[0-9]+.* $$ ]]; then echo "true"; else echo "false"; fi)
2121DEV_BRANCH := $(shell [ "$(GIT_BRANCH ) " = main ] || [ `echo $(GIT_BRANCH ) | cut -c -8` = release- ] || [ `echo $(GIT_BRANCH ) | cut -c -4` = dev- ] || [ $(RELEASE_TAG ) = true ] && echo false || echo true)
2222SRC := $(GOPATH ) /src/github.com/argoproj/argo-workflows
23-
24- GREP_LOGS := ""
25-
26-
27- # docker image publishing options
28- IMAGE_NAMESPACE ?= quay.io/argoproj
29- DEV_IMAGE ?= $(shell [ `uname -s` = Darwin ] && echo true || echo false)
30-
31- # declares which cluster to import to in case it's not the default name
32- K3D_CLUSTER_NAME ?= k3s-default
33-
34- # The name of the namespace where Kubernetes resources/RBAC will be installed
35- KUBE_NAMESPACE ?= argo
36- MANAGED_NAMESPACE ?= $(KUBE_NAMESPACE )
37-
38- # Timeout for wait conditions
39- E2E_WAIT_TIMEOUT ?= 1m
40-
41- E2E_PARALLEL ?= 20
42- E2E_SUITE_TIMEOUT ?= 15m
43-
44- VERSION := latest
45- DOCKER_PUSH := false
46-
4723# VERSION is the version to be used for files in manifests and should always be latest unless we are releasing
4824# we assume HEAD means you are on a tag
4925ifeq ($(RELEASE_TAG ) ,true)
You can’t perform that action at this time.
0 commit comments