Hi,
I did a test build locally with the osx-arm64 runtime. It seemed to build and run successfully. I think adding a new target should work.
Thanks.
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
layfield_8963
@layfield_8963
Best posts made by layfield_8963
Latest posts made by layfield_8963
-
RE: Arm/MacOS build of PGutil
-
Arm/MacOS build of PGutil
Hi,
Is there any plans to publish ARM/MacOS builds of PGutil?
Thanks
-
RE: 0 byte download when using pgutil assets/packages download in github workflow
Hi,
Adding to this ticket rather than starting a new one.
I'm finding that the
pgutil assets download
command doesn't work when run remotely via SSH. I'm trying to use it in an Ansible role, and it's giving me the same 0 bytes downloaded.It seems the command works fine if you SSH directly into the server and run it there. For example:
ssh username@server-ip 'pgutil assets download --feed=feedname --path=path --output=output'
will give you a zero-byte output when run remotely.For the moment I will switch to using curl for my download.
Thanks
-
RE: Unable to upload files to asset directories
Hi all!
We've managed to solve this problem amongst ourselves.
It looks like our setup for NFS was wrongly configured which unfortunately caused some weird issues with ProGet that have since been solved
.
Many thanks for all your help. -
RE: Unable to upload files to asset directories
Hi,
I was going directly to the ProGet server.
I did some testing and I think it doesn't like the NFS storage. When I pointed it to the local storage on the machine the upload worked instantly.
I assume using a NFS storage back-end should work fine? I'll try do some more digging. -
RE: Unable to upload files to asset directories
Hi,
Using the cli tool worked without any problems
ProGet doesn't throw up any errors internally. The log shows the file was uploaded successfully and then nothing on the processing side.
Here is a snip of the console log when attempting to upload.
-
RE: Unable to upload files to asset directories
Forgot to add:
This is on ubuntu using docker compose.
I can upload to other feeds without problems -
Unable to upload files to asset directories
Hi,
I seem to be having problems uploading files to our asset directories in proget.
When uploading files, I can see them appear in our NFS storage, but on the web it gets stuck on processing and fails.I've checked the logs and enabled more detailed logging, but I can't see anything obvious. I tried setting permissions to 777 without success.
Any ideas on how to fix this? I'm running version 2024.26 (Build 5) with SQL Express.
Thanks