Skip to content

Commit dd7bdf6

Browse files
committed
removed docker aarch64 build
1 parent 5c9827b commit dd7bdf6

2 files changed

Lines changed: 0 additions & 59 deletions

File tree

.github/workflows/Dockerfile.centos_aarch64

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -110,41 +110,3 @@ jobs:
110110
artifacts: pileupCaller-conda-linux
111111
artifactContentType: application/octet-stream
112112

113-
build_centos_artifact_aarch64:
114-
needs: [create_release]
115-
runs-on: ubuntu-latest
116-
117-
steps:
118-
- name: Checkout repo
119-
uses: actions/checkout@v4
120-
121-
- name: Set up QEMU
122-
uses: docker/setup-qemu-action@v3
123-
124-
- name: Set up Docker Buildx
125-
uses: docker/setup-buildx-action@v3
126-
127-
- name: Build Docker image
128-
run: |
129-
docker buildx build \
130-
--platform linux/arm64 \
131-
-t linux \
132-
-f .github/workflows/Dockerfile.centos_aarch64 \
133-
--load .
134-
135-
- name: Create container
136-
run: docker create --name linuxcontainer_aarch64 linux
137-
138-
- name: Copy executable
139-
run: docker cp linuxcontainer_aarch64:/root/.local/bin/pileupCaller pileupCaller-conda-linux-aarch64
140-
141-
- name: Upload Release Asset
142-
id: upload-release-asset
143-
uses: ncipollo/release-action@v1
144-
with:
145-
name: Release ${{ github.ref_name }}
146-
draft: true
147-
allowUpdates: true
148-
artifactErrorsFailBuild: true
149-
artifacts: pileupCaller-conda-linux-aarch64
150-
artifactContentType: application/octet-stream

0 commit comments

Comments
 (0)