Skip to content

Commit 75a5b3c

Browse files
committed
[TEST]
1 parent 8221e91 commit 75a5b3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ jobs:
172172
fetch-depth: 0
173173
persist-credentials: false
174174
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)
177177
- run: ./docker/run_dockers.bsh --prune
178178
build-docker-arm:
179179
name: Build Linux ARM packages
@@ -184,6 +184,6 @@ jobs:
184184
fetch-depth: 0
185185
persist-credentials: false
186186
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)
189189
- run: ./docker/run_dockers.bsh --prune --arch=arm64 debian_11 debian_12

0 commit comments

Comments
 (0)