Skip to content

Commit

Permalink
whatever
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 bb635b9 commit 1258704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
ids="$( printf %s "${ids}" | sort -u )"
for id in ${ids} ; do
podman history "${id}"
podman rmi bioconda/base-glibc-busybox-bash || true
podman rmi quay.io/bioconda/base-glibc-busybox-bash || true
arch="$( podman inspect --format='{{.Architecture}}' "${id}" )"
buildah bud \
--arch="${arch}" \
Expand Down Expand Up @@ -139,6 +141,8 @@ jobs:
ids="$( printf %s "${ids}" | sort -u )"
for id in ${ids} ; do
podman history "${id}"
podman rmi bioconda/base-glibc-busybox-bash || true
podman rmi quay.io/bioconda/base-glibc-busybox-bash || true
arch="$( podman inspect --format='{{.Architecture}}' "${id}" )"
buildah bud \
--arch="${arch}" \
Expand Down

0 comments on commit 1258704

Please sign in to comment.