Skip to content

Commit

Permalink
Update Actions OpenWrt Docker Images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzsrv committed Jun 11, 2024
1 parent 0d72a68 commit 1e28414
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Actions OpenWrt Docker Images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
cd immortalwrt-imagebuilder-$DEVICE_VERSION-$DEVICE_TARGET-$DEVICE_SUBTARGET.Linux-x86_64
cp -rf $GITHUB_WORKSPACE/files .
chmod +x files/etc/rc.local
rm -rf $GITHUB_WORKSPACE/*rootfs.tar.gz
- name: Build RootFS (amd64)
if: env.DOCKER_EXTERA_TAG == 'amd64'
Expand All @@ -133,7 +132,6 @@ jobs:
if: env.DOCKER_EXTERA_TAG == 'aarch64'
run: |
wget -q https://storage.openwrt.cc/snapshots/targets/$DEVICE_TARGET/$DEVICE_SUBTARGET/immortalwrt-$DEVICE_TARGET-$DEVICE_SUBTARGET-rootfs.tar.gz
cp -rf *rootfs.tar.gz $GITHUB_WORKSPACE
- name: Delete Image Builder
run: |
Expand Down

0 comments on commit 1e28414

Please sign in to comment.