Skip to content

Commit

Permalink
Create latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Aug 1, 2024
1 parent 0bb3fe5 commit 776f842
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CI
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install required packages
shell: bash
run: |
sudo rm -rf /{usr/{local/{lib/{android,heroku},.ghcup,share/{dotnet,powershell,miniconda,swift}},share/{dotnet,miniconda,swift}},opt/{hostedtoolcache,microsoft},imagegeneration}
sudo docker system prune -a -f
sudo apt-get update
sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends qemu-user-static
- run: |
git clone https://github.com/gardenlinux/gardenlinux
cd gardenlinux
./build base-amd64 base-arm64

0 comments on commit 776f842

Please sign in to comment.