diff --git a/.github/workflows/pr-command.yml b/.github/workflows/pr-command.yml index 8864f0127d..b874709bb9 100644 --- a/.github/workflows/pr-command.yml +++ b/.github/workflows/pr-command.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/build_test') }} uses: ./.github/workflows/ci-build-image.yml - with: + with: build-arch: amd64 secrets: inherit