Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
package

GitHub Action

Opsmaru Pakman

alpine-edge-7.2

Opsmaru Pakman

package

Opsmaru Pakman

Builds project into alpine package to be deployed using opsmaru.com

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Opsmaru Pakman

uses: upmaru/pakman@alpine-edge-7.2

Learn more about this action in upmaru/pakman

Choose a version

PAKman

CI

This action allows you to build your software into an distributable self-contained package. It is designed to be used with instellar.app

Packing Man

Versions

You can choose from multiple version of alpine by choosing the tag

  • pakman@alpine-edge-7.1 - uses alpine:edge image
  • pakman@alpine-3.17-7.1 - uses alpine:3.17 image
  • pakman@alpine-3.16-7.1 - uses alpine:3.16 image
  • pakman@alpine-3.15-7.1 - uses alpine:3.15 image
  • pakman@alpine-3.14-7.1 - uses alpine:3.14 image

Example Projects

We've created example projects that show you how to configure your project to work with this github action.