Class: Mrsk::Commands::Builder::Multiarch::Remote

Inherits:
Mrsk::Commands::Builder::Multiarch show all
Defined in:
lib/mrsk/commands/builder/multiarch/remote.rb

Instance Attribute Summary

Attributes inherited from Mrsk::Commands::Base

#config

Instance Method Summary collapse

Methods inherited from Mrsk::Commands::Builder::Multiarch

#info, #push

Methods inherited from Base

#build_args, #build_secrets, #pull

Methods inherited from Mrsk::Commands::Base

#initialize

Constructor Details

This class inherits a constructor from Mrsk::Commands::Base

Instance Method Details

#createObject



4
5
6
7
8
9
# File 'lib/mrsk/commands/builder/multiarch/remote.rb', line 4

def create
  combine \
    create_contexts,
    create_local_buildx,
    append_remote_buildx
end

#removeObject



11
12
13
14
15
# File 'lib/mrsk/commands/builder/multiarch/remote.rb', line 11

def remove
  combine \
    remove_contexts,
    super
end