Skip to content

Commit

Permalink
ci(release): correctly build multi-platform Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
M0dEx committed Nov 18, 2024
1 parent 061d483 commit 25ac40e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ jobs:

strategy:
matrix:
platform:
- linux/amd64
- linux/arm64
crypto:
- standard
- quantum
Expand All @@ -142,7 +139,7 @@ jobs:
name: Build and push
with:
push: true
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64
build-args: |
FEATURES=crypto-${{ matrix.crypto }},jemalloc
tags: |
Expand Down

0 comments on commit 25ac40e

Please sign in to comment.