Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Oct 17, 2023
1 parent 3cc8630 commit a2c86b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
ids="$( printf %s "${ids}" | sort -u )"
for id in ${ids} ; do
podman history "${id}"
arch="$( podman inspect --format='{{.Architecture}}' "${id}" )"
buildah bud \
--arch="${arch}" \
--build-arg=base="${id}" \
--file=Dockerfile.test \
"images/${image}"
Expand Down

0 comments on commit a2c86b6

Please sign in to comment.