Skip to content

Commit 749bc0e

Browse files
committed
Add Linux chapter build workflow
1 parent 744002c commit 749bc0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/images-linux-amd64.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "2e"
77
paths:
88
- "images/**"
9+
- "build/**"
910
- ".github/workflows/images-linux-amd64.yaml"
1011

1112
jobs:
@@ -21,8 +22,14 @@ jobs:
2122

2223
- uses: actions/checkout@master
2324

24-
- name: Build and push Linux AMD64 images
25+
- name: Build and push base images
2526
working-directory: build
2627
shell: pwsh
2728
run: |
2829
./build.ps1 -Images
30+
31+
- name: Build and push chapter images
32+
working-directory: build
33+
shell: pwsh
34+
run: |
35+
./build.ps1 -Chapters

0 commit comments

Comments
 (0)