Skip to content

Merge pull request #46 from containers/copy-download #50

Merge pull request #46 from containers/copy-download

Merge pull request #46 from containers/copy-download #50

Workflow file for this run

name: Build
on:
push:
branches: '**'
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
make build-dependencies
- name: Build Distribution
run: |
make build