Skip to content

Add arm64 to docker build targets #2941

Add arm64 to docker build targets

Add arm64 to docker build targets #2941

Workflow file for this run

on: [push]
name: Sloc, Cloc and Code
jobs:
scc:
runs-on: ubuntu-latest
name: Analyze the codebase with scc
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Get the lines of code.
id: scc
uses: opsani/[email protected]
with:
args: ${{ env.workspace }}