Commit Graph

4 Commits

Author SHA1 Message Date
Michal Domonkos 05c3b37d1f Rename mktree.podman to mktree.oci
This name is a better fit as it puts more emphasis on the format of the
resulting tree, not as much on the actual container engine used (which
can be swapped, and currently is in the CI where we use docker instead
of podman).

Also drop the awkward .docker symlink now and instead pass the container
engine through the MKTREE_ENGINE environment variable.
2023-10-31 14:53:29 +02:00
Michal Domonkos 15897bca7f Remove sudo from GH workflow
Turns out the docker command in CI is set up such that it doesn't need
an explicit sudo, so remove it.  This will also allow us to easily pass
environment variables to mktree in the next commit (as otherwise we'd
have to use the ugly -E, --preserve-env option).

No functional change.
2023-10-31 14:53:29 +02:00
Michal Domonkos 2043f2ac57 Bump actions/checkout from v2 to latest (v3)
This should've been part of the previous commit, just got forgotten.
2023-08-03 17:07:42 +02:00
Neal Gompa d4cad0f26a CI: Add initial GitHub Actions configuration
Fixes: #2569
2023-08-03 16:15:05 +02:00