Skip to content

Add alpine package build

Created by: solidnerd

Description

Related Issue

Motivation and Context

#331 (closed)

How Has This Been Tested?

cd packaging/alpine/glab/
docker run -it -v $(pwd):$(pwd) -w $(pwd) -v $(pwd)/user:/root alpine:3.12
> apk update
> apk add --no-cache alpine-sdk
> abuild-keygen -a
> abuild -F checksum && abuild -F -r
  1. Check final package in /user/packages/alpine/x86_64

  2. Install Package

apk add user/packages/alpine/x86_64/glab-1.12.1-r0.apk --allow-untrusted

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports