Skip to content

Commit

Permalink
OM-147 - Fixed incorrect steps in github action (#106)
Browse files Browse the repository at this point in the history
corrected github build script and removed wrong tar file generation steps in the rpm/deb artefact creation job
  • Loading branch information
mphanias authored Feb 26, 2024
1 parent b0738b5 commit f3fa7d7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build_release_artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,6 @@ jobs:
run: |
docker run -v ${{ github.workspace }}:/src/ -w /src/ --platform linux/${{ matrix.arch }} aerospike.jfrog.io/devops-containers-prod-local/fpm-${{ matrix.container }} ${{ matrix.cmd }}
- name: Build tar files
id: build-tar-artifact
run: |
make tar GOOS=linux GOARCH=amd64 ARCH=x86_64
make tar GOOS=linux GOARCH=arm64 ARCH=aarch64
- name: gzip tar files
run: |
cd pkg/target
ls -lrt *.tar
echo "GZipping tar files"
gzip aerospike-prometheus-exporter*.tar
echo "gzipped files"
ls -lrt *.gz
- name: Upload Release Asset
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit f3fa7d7

Please sign in to comment.