Skip to content

Commit

Permalink
fix: release images for all platforms (#487)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly authored Sep 20, 2023
1 parent b3b7f86 commit 6f6e6ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
digest: ${{ steps.digest.outputs.digest }}
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@76866dbe54312617f00798d1762df7f43def6e5c # v1.2.0
with:
tool-cache: true
android: true
dotnet: true
haskell: true
large-packages: false
swap-storage: false
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
Expand Down
5 changes: 1 addition & 4 deletions backend/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ kos:
preserve_import_paths: false
sbom: none
platforms:
- linux/amd64
- linux/arm64
# building for all platforms has issues with disk space consumed in GH workflow :-(
# - all
- all
flags:
- -trimpath
ldflags:
Expand Down

0 comments on commit 6f6e6ca

Please sign in to comment.