summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3b7d0dc..7028766 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -308,3 +308,16 @@ jobs:
with:
name: idevicerestore-latest_${{ matrix.arch }}-${{ env.dest }}
path: idevicerestore.tar
+ build-docker:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - name: build
+ run: |
+ pushd docker && ./build.sh; popd
+ docker image save -o idevicerestore-docker.tar idevicerestore-docker
+ - name: publish artifact
+ uses: actions/upload-artifact@v4
+ with:
+ name: idevicerestore-latest_docker
+ path: idevicerestore-docker.tar