Skip to content
Snippets Groups Projects
  • Marcus Geiger's avatar
    ef20f052
    Add --pkgarch option to build.py to specify the packaging architecture · ef20f052
    Marcus Geiger authored
    pkg arch can be different to GOARCH.
    
    Example: build for debian on raspberry pi. GOARCH will be arm
    but the packaging architecture on debian will be armhf (arm
    hard float). The --pkgarch option is passed to fpm to specify
    the required architecture which is reflected in the package
    manifest and also in the result filename.
    
    closes #675
    ef20f052
    History
    Add --pkgarch option to build.py to specify the packaging architecture
    Marcus Geiger authored
    pkg arch can be different to GOARCH.
    
    Example: build for debian on raspberry pi. GOARCH will be arm
    but the packaging architecture on debian will be armhf (arm
    hard float). The --pkgarch option is passed to fpm to specify
    the required architecture which is reflected in the package
    manifest and also in the result filename.
    
    closes #675