From b28a868fd0dd4241f3bf3f144f34cc924053512d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 27 Apr 2021 12:37:41 +0200 Subject: [PATCH] Fix arch command on build pipeline for machine (#49748) --- .github/workflows/builder.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 4727193509b..8b8719ef889 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -171,7 +171,6 @@ jobs: with: args: | $BUILD_ARGS \ - --${{ matrix.arch }} \ --target /data/machine \ --with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \ --validate-from "${{ secrets.VCN_ORG }}" \