Alper Polat

Results 35 comments of Alper Polat

Are we only interested in `linux-amd` ones? I have some dirty code at the moment that fetches the link for it, but I could iterate more and add some other...

Should it return the version(s) only instead?

> It would be nice if we could sign the releases as well. Dunno what that would involve, probably need to get some key signed by apple. If someone is...

@discordianfish Thanks for the response. I set my dev environment today on my mac (arm), and tried to build node_exporter. So far my findings: - It builds properly (and signs)...

Alright, figured out some of the steps and got the pipelines running on commits (see my open MR https://github.com/prometheus/node_exporter/pull/2833). I got some ad-hoc code signed builds out, but they were...

Do we plan on adding the M1 or M2 mac runner for this? Then I think it is very easy to finalize this fix. Maybe @SuperQ might know about adding...

I created a PR for updating the xcode stuff in golang-builder docker image: https://github.com/prometheus/golang-builder/pull/239

@SuperQ I am trying to produce darwin-arm64 binary, but the pipeline does not produce it. `ls -la` results after `build` stage commands are run: https://app.circleci.com/pipelines/github/prometheus/node_exporter/3954/workflows/ee5cbe9d-15d8-478f-a2c3-c0083b1c8368/jobs/20614/parallel-runs/0/steps/0-106 I tried to look at...

Did some more reading of pipeline as well as `promu`, seems like the binaries get built based on which index they are on in the [platforms](https://github.com/prometheus/node_exporter/blob/master/.promu-cgo.yml#L23). Since `darwin-arm64` is on...

Finally managed to build a signed darwin-arm64. One other problem popped up: - If the binary is downloaded using Safari, it will not run, warning the user with this popup...