Skip to content

add more arm targets #227

add more arm targets

add more arm targets #227

Workflow file for this run

name: docker-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- "Dockerfile"
- ".github/workflows/docker-lint.yaml"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3018
- name: Test image building
run: make docker_build