Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-abuild

GitHub Action that builds Alpine Linux packages

Usage

See action.yml for comprehensive list of options.

name: "Build Alpine package"
on:
  schedule:
  - cron: "0 0 * * *"

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Check out aports
      uses: actions/checkout
    - name: Try building the new release version
      id: abuild
      uses: acj/action-abuild@v1
      with:
        package_path: "main/curl"
        release_version: "1.2.3"
    - name: Show where the packages landed
      run: echo "Built packages in ${{ steps.abuild.outputs.packages_dir }}"

About

GitHub Action that builds Alpine Linux packages

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages