Skip to content

Commit

Permalink
Merge pull request #460 from cherrycl/skip-arm
Browse files Browse the repository at this point in the history
fix: Not run arm64 stage for go-mod and go-sdk repositories
  • Loading branch information
cloudxxx8 authored Dec 3, 2024
2 parents f94fe2c + 4eb9e09 commit 28161ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/edgeXBuildGoApp.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def call(config) {
when {
beforeAgent true
expression { !env.GIT_BRANCH.startsWith('PR-') }
expression { !(env.PROJECT =~ /go-mod|sdk/) }
expression { edgex.nodeExists(config, 'arm64') }
}
agent {
Expand Down

0 comments on commit 28161ad

Please sign in to comment.