Skip to content

Commit 22be6f7

Browse files
committed
Fixed docker images build.
1 parent db01863 commit 22be6f7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
jobs:
88
release_image:
99
runs-on: ubuntu-latest
10-
strategy:
11-
matrix:
12-
architecture: [amd64, arm64]
1310
permissions:
1411
packages: write
1512
contents: read
@@ -34,7 +31,7 @@ jobs:
3431
with:
3532
context: .
3633
file: ./Dockerfile
37-
platforms: linux/${{ matrix.architecture }}
34+
platforms: linux/amd64,linux/arm64
3835
push: true
3936
tags: ghcr.io/intreecom/robotlb:latest,ghcr.io/intreecom/robotlb:${{ github.ref_name }}
4037

0 commit comments

Comments
 (0)