Skip to content

Commit e0e70d7

Browse files
ci: build the utf8 version
1 parent abff77f commit e0e70d7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,22 @@ on:
66
types: [opened, reopened, review_requested, synchronize]
77

88
jobs:
9-
run-tests:
9+
build:
1010
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Build a docker image
1717
run: docker build -t opensourcecobol/opensourcecobol4j .
18+
19+
utf8-build:
20+
runs-on: ubuntu-latest
21+
22+
steps:
23+
- name: Checkout
24+
uses: actions/checkout@v4
25+
26+
- name: Build a docker image
27+
run: docker build -t opensourcecobol/opensourcecobol4j:utf8 . -f utf8.Dockerfile

0 commit comments

Comments
 (0)