Skip to content

Commit

Permalink
build using GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraetzschmar committed Jan 30, 2024
1 parent 1ea67c4 commit f7e060a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 16 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
push:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
build:
uses: gardenlinux/package-build/.github/workflows/build.yml@main
with:
release: ${{ github.ref == 'refs/heads/main' }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.build
14 changes: 0 additions & 14 deletions .gitlab-ci.yml

This file was deleted.

5 changes: 5 additions & 0 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pkg=oras
version_orig=1.1.0
version="$version_orig-0"
git_src --branch "v$version_orig" https://github.com/oras-project/oras.git
import_src src
File renamed without changes.
4 changes: 2 additions & 2 deletions debian/control → src/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Garden Linux <contact@gardenlinux.io>
Build-Depends:
debhelper-compat (= 13),
git,
golang-1.20-go,
golang,
Standards-Version: 4.6.0
Rules-Requires-Root: no

Expand All @@ -15,4 +15,4 @@ Depends:
${shlibs:Depends},
${misc:Depends},
Description: The ORAS project provides a way to push
and pull OCI Artifacts to and from OCI Registries
and pull OCI Artifacts to and from OCI Registries
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f7e060a

Please sign in to comment.