Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Aug 15, 2024
1 parent e6afd2c commit 363d45a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,12 @@ jobs:
working-directory: ./backend
run: cloudsmith push deb --republish --no-wait-for-sync --api-key=${{ secrets.CLOUDSMITH_API_KEY }} infisical/infisical-core/any-distro/any-version ./binary/infisical-core-${{ matrix.arch }}.deb

# Raw package for x64 ubuntu (needed for Infisical Omnibus to avoid having to build from source)
# Raw package for x64 and arm64 ubuntu (needed for Infisical Omnibus to avoid having to build from source)
- name: Publish to Cloudsmith (Debian/Ubuntu [] RAW)
if: matrix.os == 'linux' && matrix.arch == 'x64'
working-directory: ./backend
run: cloudsmith push raw infisical/infisical-core ./binary/infisical-core-${{ matrix.os }}-${{ matrix.arch }} --republish --no-wait-for-sync --version 1.0.1 --api-key ${{ secrets.CLOUDSMITH_API_KEY }}

# Raw package for arm64 ubuntu (needed for Infisical Omnibus to avoid having to build from source)
- name: Publish to Cloudsmith (Debian/Ubuntu [] RAW)
if: matrix.os == 'linux' && matrix.arch == 'arm64'
working-directory: ./backend
run: cloudsmith push raw infisical/infisical-core ./binary/infisical-core-${{ matrix.os }}-${{ matrix.arch }} --republish --no-wait-for-sync --version 1.0.1 --api-key ${{ secrets.CLOUDSMITH_API_KEY }}

# Publish .exe file to Cloudsmith (Windows only)
- name: Publish to Cloudsmith (Windows [] RAW)
if: matrix.os == 'win'
Expand Down

0 comments on commit 363d45a

Please sign in to comment.