Skip to content

Commit

Permalink
Create imagebuilder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzsrv authored Jul 2, 2024
1 parent 1e28414 commit d5caa32
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/imagebuilder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: immortalwrt-imagebuilder-23.05-SNAPSHOT

on:
workflow_dispatch:

schedule:
- cron: 0 0 * * *

jobs:
Config:
runs-on: ubuntu-latest

steps:
- name: Requirements
run: |
bash -c 'bash <(curl -s https://build-scripts.immortalwrt.org/init_build_environment.sh)'
wget -q https://downloads.immortalwrt.org/releases/23.05-SNAPSHOT/targets/rockchip/armv8/immortalwrt-imagebuilder-23.05-SNAPSHOT-rockchip-armv8.Linux-x86_64.tar.xz
tar -xJf *.tar.xz
cd immortalwrt-imagebuilder-23.05-SNAPSHOT-rockchip-armv8.Linux-x86_64
make image
ls bin/targets/$DEVICE_TARGET/$DEVICE_SUBTARGET/*

0 comments on commit d5caa32

Please sign in to comment.