-
Notifications
You must be signed in to change notification settings - Fork 493
build and release an arm64 version of hadolint #411
Copy link
Copy link
Closed
Labels
Description
- This is a bug report
- This is a feature request
- I searched existing issues before opening this one
Previously #314 noting failures.
Expected behavior
Releases directory and docker image published to include a linux/arm64 version of hadolint.
Actual behavior
Only linux/amd64 versions are available.
Steps to reproduce the behavior
See https://hub.docker.com/r/hadolint/hadolint/tags
Additional environment details (OS, stack version, etc.)
Please note that substantial progress has been made on Haskell for aarch64 (arm64), and the report I have from my colleague who has gone through this motivates this work by noting that hadolint is part of the build process for several Kubernetes components, and that it can be built by using Haskell's published stack binaries.
Reactions are currently unavailable