Skip to content

Commit 72e5b1d

Browse files
committed
cascading-runs: also build ARM64 artifacts
The git-artifacts pipeline supports ARM64 (aarch64) since a couple months. We've been triggering the pipeline manually until now, with good results, so let's start triggering it automatically moving forward. Signed-off-by: Dennis Ameling <[email protected]>
1 parent c4475aa commit 72e5b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitForWindowsHelper/cascading-runs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const triggerGitArtifactsRuns = async (context, checkRunOwner, checkRunRepo, tag
4242

4343
const architecturesToTrigger = []
4444
const { listCheckRunsForCommit, queueCheckRun } = require('./check-runs')
45-
for (const architecture of ['x86_64', 'i686']) {
45+
for (const architecture of ['x86_64', 'i686', 'aarch64']) {
4646
const workflowName = `git-artifacts-${architecture}`
4747
const runs = await listCheckRunsForCommit(
4848
context,

0 commit comments

Comments
 (0)