Skip to content

Commit

Permalink
Refresh for LLVM 19 and remove the manylinux2014 images.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Sep 21, 2024
1 parent d54c886 commit f462c97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,6 @@ jobs:
- docker/push:
image: $DOCKERHUB_USERNAME/manylinux228_aarch64_with_deps
tag: latest
manylinux2014_aarch64_with_deps-build:
machine:
image: ubuntu-2204:current
resource_class: arm.large
steps:
- checkout
- docker/check:
docker-username: DOCKERHUB_USERNAME
docker-password: DOCKERHUB_TOKEN
- docker/build:
dockerfile: Dockerfile
extra_build_args: --build-arg ARCH=aarch64 --build-arg MANYLINUXIMG=manylinux2014
image: $DOCKERHUB_USERNAME/manylinux2014_aarch64_with_deps
tag: latest
- docker/push:
image: $DOCKERHUB_USERNAME/manylinux2014_aarch64_with_deps
tag: latest

workflows:
version: 2.1
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,3 @@ jobs:
ARCH=x86_64
MANYLINUXIMG=manylinux_2_28
tags: ${{ secrets.DOCKERHUB_USERNAME }}/manylinux228_x86_64_with_deps:latest
manylinux2014_x86_64_with_deps-build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Build and push amd64
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
platforms: linux/amd64
push: true
# This section is not necessary as this is the default in the Dockerfile,
# Added to be explicit
build-args: |
ARCH=x86_64
MANYLINUXIMG=manylinux2014
tags: ${{ secrets.DOCKERHUB_USERNAME }}/manylinux2014_x86_64_with_deps:latest

0 comments on commit f462c97

Please sign in to comment.