Skip to content

Commit

Permalink
try platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Jan 15, 2025
1 parent 08bf354 commit 1c808bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build Release

on:
push:
tags: v[1-9]+.[0-9]+.*

# tags: v[1-9]+.[0-9]+.*

jobs:
test:
Expand Down Expand Up @@ -244,6 +243,7 @@ jobs:
no-cache: true
file: Dockerfile.release
tags: ${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMAGE }}:${{ env.RELEASE_VERSION }}
platforms: linux/amd64,linux/arm64
build-args: |
VERSION=${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit 1c808bd

Please sign in to comment.