build: Ignore platform flag (#26)

This commit is contained in:
Kroese 2024-06-07 18:43:00 +02:00 committed by GitHub
parent c736be2b11
commit f0886095e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,5 +16,5 @@ jobs:
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
ignore: DL3008,DL3020
ignore: DL3008,DL3020,DL3029,DL3059
failure-threshold: warning