kind: pipeline type: docker name: default platform: os: linux arch: arm64 steps: - name: build image: node commands: - cd bfrontend - npm build