Skip to content

Commit 1c808bd

Browse files
committed
try platforms
1 parent 08bf354 commit 1c808bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build Release
33

44
on:
55
push:
6-
tags: v[1-9]+.[0-9]+.*
7-
6+
# tags: v[1-9]+.[0-9]+.*
87

98
jobs:
109
test:
@@ -244,6 +243,7 @@ jobs:
244243
no-cache: true
245244
file: Dockerfile.release
246245
tags: ${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMAGE }}:${{ env.RELEASE_VERSION }}
246+
platforms: linux/amd64,linux/arm64
247247
build-args: |
248248
VERSION=${{ env.RELEASE_VERSION }}
249249

0 commit comments

Comments
 (0)