Skip to content

Bump semver from 6.3.0 to 6.3.1 #35

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #35

Workflow file for this run

name: CI
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
branch:
- latest-stable
- edge
steps:
- uses: actions/checkout@v2
- name: Build rootfs tarball
run: |
sudo ./alpine-make-rootfs \
--branch ${{ matrix.branch }} \
--packages 'ruby sqlite' \
--script-chroot \
example-$(date +%Y%m%d).tar.gz -- ./example/install.sh