Skip to content

ci: build the utf8 version #87

ci: build the utf8 version

ci: build the utf8 version #87

Workflow file for this run

name: test
on:
push:
pull_request:
types: [opened, reopened, review_requested, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build a docker image
run: docker build -t opensourcecobol/opensourcecobol4j .
utf8-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build a docker image
run: docker build -t opensourcecobol/opensourcecobol4j:utf8 . -f utf8.Dockerfile