Skip to content

Commit

Permalink
ci: remove unused containers
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Sep 23, 2024
1 parent b9882c8 commit cfb36cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,6 @@ stages:
# arch: snapcraft-x64
# release: ${{ parameters.dockerhub_release }}

- job: centos_x64
pool:
vmImage: 'ubuntu-latest'
steps:
- template: build-containers.yml
parameters:
arch: centos7-devtoolset8-x64
release: ${{ parameters.dockerhub_release }}

- job: centos_arm64
pool:
vmImage: 'ubuntu-latest'
steps:
- template: build-containers.yml
parameters:
arch: centos7-devtoolset8-arm64
qemu: 'true'
release: ${{ parameters.dockerhub_release }}

- job: bionic_armhf
pool:
vmImage: 'ubuntu-latest'
Expand Down

0 comments on commit cfb36cc

Please sign in to comment.