Skip to content

Commit

Permalink
improvements, refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Oct 11, 2023
1 parent 411aa9b commit 614bf68
Show file tree
Hide file tree
Showing 41 changed files with 1,350 additions and 1,428 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ orbs:
docker: circleci/docker@2.4.0
# https://circleci.com/developer/orbs/orb/circleci/python
python: circleci/python@2.1.1

# https://circleci.com/developer/orbs/orb/circleci/shellcheck
shellcheck: circleci/shellcheck@3.2.0

jobs:
build-arm64:
Expand Down Expand Up @@ -99,24 +100,23 @@ workflows:
"12-3.4-bookworm",
"12-3.4-bullseye",
"13-3.4-alpine3.18",
# --skip-- "13-3.4-bookworm", --> generated with the related bundle job!
"13-3.4-bookworm",
"13-3.4-bullseye",
"13-3.4-bundle-bookworm",
"14-3.4-alpine3.18",
# --skip-- "14-3.4-bookworm", --> generated with the related bundle job!
"14-3.4-bullseye",
"14-3.4-bundle-bookworm",
"14-3.4-bundle0-bookworm",
"15-3.4-alpine3.18",
# --skip-- "15-3.4-bookworm", --> generated with the related bundle job!
"15-3.4-bullseye",
"15-3.4-bundle-bookworm",
"15-3.4-bundle0-bookworm",
"15-master-bookworm",
"15-recentstack-bookworm",
"15-recent-bookworm",
"16-3.4-alpine3.18",
# --skip-- "16-3.4-bookworm", --> generated with the related bundle job!
"16-3.4-bullseye",
"16-3.4-bundle-bookworm",
"16-3.4-bundle0-bookworm",
"16-master-bookworm",
"16-recentstack-bookworm",
"16-recent-bookworm",
#circleci-targets-end
]
39 changes: 19 additions & 20 deletions .github/workflows/main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions 11-3.3/alpine3.18/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions 12-3.4/alpine3.18/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 614bf68

Please sign in to comment.