test dist builds
Some checks failed
Lint / golangci-lint (push) Successful in 9m44s
Declarative Tests / test (push) Successful in 22s
Declarative Tests / build (push) Successful in 1m32s
Declarative Tests / build-focal (push) Failing after 29s

This commit is contained in:
Matthew Rich 2024-05-28 18:15:49 -07:00
parent d790793e21
commit c21571c913

View File

@ -74,7 +74,7 @@ jobs:
- "/etc/ssl/certs:/etc/ssl/certs:ro" - "/etc/ssl/certs:/etc/ssl/certs:ro"
options: --cpus 4 options: --cpus 4
steps: steps:
- run: dnf install -y nodejs git - run: dnf install -y nodejs git make
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
@ -87,7 +87,7 @@ jobs:
- name: Archive binary - name: Archive binary
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: jx name: fedora/40/jx
path: jx path: jx
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
@ -114,7 +114,7 @@ jobs:
options: --cpus 4 options: --cpus 4
steps: steps:
- run: apt-get -y update && apt-get install -y tzdata - run: apt-get -y update && apt-get install -y tzdata
- run: apt-get install -y nodejs git - run: apt-get install -y nodejs git make
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: make build-deps - run: make build-deps
- run: make build - run: make build