Skip to content

Commit 56e9d1a

Browse files
committed
chore(Jenkinsfile) switch to private registry and only build for arm64
- Use private registry: jenkins-infra/helpdesk#4769 - No need to build for `amd64` nowadays (less data to pull/push and less agents to use) Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
1 parent d3719c0 commit 56e9d1a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- main
66
workflow_dispatch:
77
release:
8+
# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases
9+
concurrency: "release-drafter"
810
jobs:
911
update_release_draft:
1012
runs-on: ubuntu-latest

Jenkinsfile_k8s

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
buildDockerAndPublishImage('mirrorbits', [
2-
targetplatforms: 'linux/amd64,linux/arm64',
3-
])
2+
publishToPrivateAzureRegistry: true,
3+
targetplatforms: 'linux/arm64',
4+
])

0 commit comments

Comments
 (0)