Skip to content

Commit

Permalink
feat!: support node 22, drop node 18, update cgal to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Oct 29, 2024
1 parent 3a7c4d6 commit 50a085f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
env:
UBUNTU_VERSION: 22.04
OCCT_VERSION: 7.8.1
CGAL_VERSION: 6.0
CGAL_VERSION: 6.0.1
EIGEN_VERSION: 3.4.0
ASI_VERSION: fc7818a4
ASI_VERSION_MODE: commit
RAPIDJSON_VERSION: 1.1.0
NVM_VERSION: 0.39.7
NVM_VERSION: 0.40.1

AIS_REPOSITORY_NAME: ghcr.io/michsior14/ubuntu-occt-asi-cgal-eigen-node
REPOSITORY_NAME: ghcr.io/michsior14/ubuntu-occt-cgal-eigen-node
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20]
node: [20, 22]
platform: [linux/amd64, linux/arm64/v8]

steps:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20]
node: [20, 22]

steps:
- name: Download digests
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20]
node: [20, 22]
platform: [linux/amd64, linux/arm64/v8]

steps:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20]
node: [20, 22]

steps:
- name: Download digests
Expand Down
6 changes: 3 additions & 3 deletions tools/ubuntu-occt-asi-cgal-eigen-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG ubuntu_version=22.04
ARG node_version=20
ARG node_version=22
ARG occt_version=7.8.1
ARG cgal_version=6.0
ARG cgal_version=6.0.1
ARG eigen_version=3.4.0
ARG nvm_version=0.39.7
ARG nvm_version=0.40.1
ARG rapidjson_version=1.1.0
ARG asi_version=fc7818a4
ARG asi_version_mode=commit
Expand Down
4 changes: 2 additions & 2 deletions tools/ubuntu-occt-asi-cgal-eigen-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Docker image of ubuntu with [opencascade](https://git.dev.opencascade.org/gitweb

The latest tags:

- 22.04-occt-7.8.1-asi-fc7818a4-cgal-6.0-eigen-3.4.0-node-20 (node-20)
- 22.04-occt-7.8.1-asi-fc7818a4-cgal-6.0-eigen-3.4.0-node-18 (node-18)
- 22.04-occt-7.8.1-asi-fc7818a4-cgal-6.0.1-eigen-3.4.0-node-22 (node-22)
- 22.04-occt-7.8.1-asi-fc7818a4-cgal-6.0.1-eigen-3.4.0-node-20 (node-20)

## License

Expand Down
6 changes: 3 additions & 3 deletions tools/ubuntu-occt-cgal-eigen-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG ubuntu_version=22.04
ARG node_version=20
ARG node_version=22
ARG occt_version=7.8.1
ARG cgal_version=6.0
ARG cgal_version=6.0.1
ARG eigen_version=3.4.0
ARG nvm_version=0.39.7
ARG nvm_version=0.40.1

# Conda temporary image
FROM continuumio/miniconda3 AS conda
Expand Down
4 changes: 2 additions & 2 deletions tools/ubuntu-occt-cgal-eigen-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Docker image of ubuntu with [opencascade](https://git.dev.opencascade.org/gitweb

The latest tags:

- 22.04-occt-7.8.1-cgal-6.0-eigen-3.4.0-node-20 (node-20)
- 22.04-occt-7.8.1-cgal-6.0-eigen-3.4.0-node-18 (node-18)
- 22.04-occt-7.8.1-cgal-6.0.1-eigen-3.4.0-node-22 (node-22)
- 22.04-occt-7.8.1-cgal-6.0.1-eigen-3.4.0-node-20 (node-20)

## License

Expand Down

0 comments on commit 50a085f

Please sign in to comment.