Skip to content

Commit

Permalink
really minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jun 24, 2024
1 parent ded003d commit e5e01e5
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Build driver
on:
push:
branches: [ master ]
tags:
- 'v*'
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand All @@ -16,11 +13,11 @@ jobs:
- uses: pguyot/[email protected]
id: install_deps
with:
image_additional_mb: 1500
bind_mount_repository: true
# image_additional_mb: 1500
# bind_mount_repository: true
base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v2.2.1/ubuntu-24.04-preinstalled-server-arm64-orangepi-5.img.xz
commands: |
touch ./test
# commands: |
# touch ./test

- name: Compress built image
run: |
Expand All @@ -34,6 +31,15 @@ jobs:
if-no-files-found: error
retention-days: 1

# name: Build driver
# on:
# push:
# branches: [ master ]
# tags:
# - 'v*'
# pull_request:
# branches: [ master ]

# jobs:
# build:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit e5e01e5

Please sign in to comment.