diff --git a/.github/workflows/build_reusable.yml b/.github/workflows/build_reusable.yml index 9a8c2796b783a..eb76fd9842ebd 100644 --- a/.github/workflows/build_reusable.yml +++ b/.github/workflows/build_reusable.yml @@ -77,15 +77,24 @@ jobs: timeout-minutes: 25 runs-on: - 'self-hosted' - - 'linux' - - 'x64' - - 'hosted-ci-cd:ignore' + - 'size:lg' + - 'platform:linux/amd64' + + defaults: + run: + shell: bash -leo pipefail /entrypoint.sh {0} + + container: + image: public.ecr.aws/c7u5x0t0/nextjs-runner:latest steps: - run: fnm install ${{ inputs.nodeVersion || env.NODE_LTS_VERSION }} - run: fnm use ${{ inputs.nodeVersion || env.NODE_LTS_VERSION }} - run: node -v - run: pwd + - run: ls / + - run: ls -a /__e + - run: git config --global --add safe.directory '*' - uses: actions/checkout@v3 with: