File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ jobs:
172
172
fetch-depth : 0
173
173
persist-credentials : false
174
174
ref : ${{ github.ref }}
175
- - run : git clone https://github.com/git-lfs /build-dockers.git "$HOME/build-dockers"
176
- - run : (cd "$HOME/build-dockers" && ./build_dockers.bsh)
175
+ - run : git clone https://github.com/chrisd8088 /build-dockers.git "$HOME/build-dockers"
176
+ - run : (cd "$HOME/build-dockers" && git checkout add-rpm-asciidoctor && ./build_dockers.bsh)
177
177
- run : ./docker/run_dockers.bsh --prune
178
178
build-docker-arm :
179
179
name : Build Linux ARM packages
@@ -184,6 +184,6 @@ jobs:
184
184
fetch-depth : 0
185
185
persist-credentials : false
186
186
ref : ${{ github.ref }}
187
- - run : git clone https://github.com/git-lfs /build-dockers.git "$HOME/build-dockers"
188
- - run : (cd "$HOME/build-dockers" && ./build_dockers.bsh --arch=arm64 debian_11 debian_12)
187
+ - run : git clone https://github.com/chrisd8088 /build-dockers.git "$HOME/build-dockers"
188
+ - run : (cd "$HOME/build-dockers" && git checkout add-rpm-asciidoctor && ./build_dockers.bsh --arch=arm64 debian_11 debian_12)
189
189
- run : ./docker/run_dockers.bsh --prune --arch=arm64 debian_11 debian_12
You can’t perform that action at this time.
0 commit comments