class Buildizer::Target::Native
Public Instance Methods
image_work_path()
click to toggle source
# File lib/buildizer/target/native.rb, line 6 def image_work_path builder.work_path.join('native').join(package_name).join(package_version).join(name) end
package_version_tag_param_name()
click to toggle source
# File lib/buildizer/target/native.rb, line 10 def package_version_tag_param_name :package_version end