Skip to content

Commit 614bf68

Browse files
committed
improvements, refactoring
1 parent 411aa9b commit 614bf68

File tree

41 files changed

+1350
-1428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1350
-1428
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ orbs:
88
docker: circleci/[email protected]
99
# https://circleci.com/developer/orbs/orb/circleci/python
1010
python: circleci/[email protected]
11-
11+
# https://circleci.com/developer/orbs/orb/circleci/shellcheck
12+
shellcheck: circleci/[email protected]
1213

1314
jobs:
1415
build-arm64:
@@ -99,24 +100,23 @@ workflows:
99100
"12-3.4-bookworm",
100101
"12-3.4-bullseye",
101102
"13-3.4-alpine3.18",
102-
# --skip-- "13-3.4-bookworm", --> generated with the related bundle job!
103+
"13-3.4-bookworm",
103104
"13-3.4-bullseye",
104-
"13-3.4-bundle-bookworm",
105105
"14-3.4-alpine3.18",
106106
# --skip-- "14-3.4-bookworm", --> generated with the related bundle job!
107107
"14-3.4-bullseye",
108-
"14-3.4-bundle-bookworm",
108+
"14-3.4-bundle0-bookworm",
109109
"15-3.4-alpine3.18",
110110
# --skip-- "15-3.4-bookworm", --> generated with the related bundle job!
111111
"15-3.4-bullseye",
112-
"15-3.4-bundle-bookworm",
112+
"15-3.4-bundle0-bookworm",
113113
"15-master-bookworm",
114-
"15-recentstack-bookworm",
114+
"15-recent-bookworm",
115115
"16-3.4-alpine3.18",
116116
# --skip-- "16-3.4-bookworm", --> generated with the related bundle job!
117117
"16-3.4-bullseye",
118-
"16-3.4-bundle-bookworm",
118+
"16-3.4-bundle0-bookworm",
119119
"16-master-bookworm",
120-
"16-recentstack-bookworm",
120+
"16-recent-bookworm",
121121
#circleci-targets-end
122122
]

.github/workflows/main.yml

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

11-3.3/alpine3.18/Dockerfile

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

12-3.4/alpine3.18/Dockerfile

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)