irods / irods_auth_plugin_pam_interactive

2 stars 3 forks source link

Add platform builders and/or build hook #8

Closed alanking closed 4 months ago

alanking commented 4 months ago

Need to add some automation for building for our supported platforms. If we release for 4.3.1, we will need to support the following platforms:

Ubuntu 18.04 was intentionally left out of the list as it is EOL and this plugin has never been released. We can add it if requested by a user.

I think we should just add Dockerfiles to build the plugin rather than include a build hook. Willing to argue about that.

korydraughn commented 4 months ago

Dockerfiles are good. They capture the logic in a manner that's easier to understand.