Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container action is only supported on Linux #6

Open
MaxymVlasov opened this issue Feb 23, 2024 · 1 comment
Open

Container action is only supported on Linux #6

MaxymVlasov opened this issue Feb 23, 2024 · 1 comment

Comments

@MaxymVlasov
Copy link
Contributor

Hi
We found that checkov silently failed during docker build in macos arm64 builds, so we need to test it too

image

GH workflow from the screenshot: https://github.com/antonbabenko/pre-commit-terraform/blob/5583e992c3f141a2436106fdfc958731ffee86d2/.github/workflows/build-image-test.yaml
Relater PR: antonbabenko/pre-commit-terraform#636

@MaxymVlasov
Copy link
Contributor Author

MaxymVlasov commented Feb 26, 2024

From what I see, to support non-Linux, we need to get rid of Dockerfile and install all needed stuff directly to GH runner by bash(?)/JS/TS.

BuildPulseLLC/buildpulse-action@247355c
pypa/gh-action-pypi-publish#57 (comment)

Or use the next workaround: wzieba/Firebase-Distribution-Github-Action#24 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant