add pycert to system-toolbox
This commit is contained in:
parent
8c86d9aaf3
commit
4974581fc6
3 changed files with 90 additions and 8 deletions
|
@ -24,7 +24,7 @@ jobs:
|
|||
for image in ${IMAGES};
|
||||
do
|
||||
echo "building image $image";
|
||||
podman build ./$image --tag forgejo.maciej.cloud/pkg/$image:arm64;
|
||||
podman build --ulimit nofile=10240:10240 ./$image --tag forgejo.maciej.cloud/pkg/$image:arm64;
|
||||
echo "pushing image $image";
|
||||
podman push forgejo.maciej.cloud/pkg/$image:arm64;
|
||||
done
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
for image in ${IMAGES};
|
||||
do
|
||||
echo "building image $image";
|
||||
podman build ./$image --tag forgejo.maciej.cloud/pkg/$image:amd64;
|
||||
podman build --ulimit nofile=10240:10240 ./$image --tag forgejo.maciej.cloud/pkg/$image:amd64;
|
||||
echo "pushing image $image";
|
||||
podman push forgejo.maciej.cloud/pkg/$image:amd64;
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue