Dylan Myers
Dylan Myers
Yes, I've been thinking about how to format the add for an array, and I could only come up with 2 solutions. Solution 1: ``` type: add field: - key...
> Unfortunately, I don't think solution 1 is possible due to the nature of yaml and the map structure it represents. > > Solution 2 is generally considered an antipattern,...
Thank you for the quick response. I reviewed [this document](https://developers.google.com/identity/gsi/web/guides/verify-google-id-token), and it looks like there is a concept of userId in their sample code: String userId = payload.getSubject(); Whereas you're...
@swiatekm-sumo Thank you for the update. I'm looking forward to it.
After being educated about how to fix direct builds with NFPM, I attempted to implement the same changes in our .goreleaser.yaml file and received the following errors: ``` • starting...
> Before that update the values read from the task manager and the function call were equal. What is "that" update? You didn't reference an update anywhere.
Documentation from IBM that may be useful: https://developer.ibm.com/articles/au-aix-build-open-source-rpm-packages/
> You may need to map the `ppc64` to something else for the RPM similar to https://github.com/goreleaser/nfpm/blob/main/rpm/rpm.go#L57 when it is AIX > > According to https://developer.ibm.com/articles/configure-yum-on-aix/ it could be `ppc`,...
I forgot to come back to this, but the rpm it generates is empty. I guess that is more accurate than it doesn't get generated at all.
Okay, I'll go over my config again (I only included a stripped down version here as an example, our production config is very large covering many OSes), as it sounds...