project:
https://github.com/nektro/zigmod/blob/master/.circleci/config.yml
pipeline:
https://app.circleci.com/pipelines/github/nektro/zigmod
running the project with image: circleci/golang
, everything works as expected
however, runningit with image: alpine
causes the /artifacts/
directory to not be detected, even though the build results are successfully picked up.
it’s also reproducible and can be tested against with other programs to create seemingly impossible images