File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments