We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db01863 commit 22be6f7Copy full SHA for 22be6f7
1 file changed
.github/workflows/release.yaml
@@ -7,9 +7,6 @@ on:
7
jobs:
8
release_image:
9
runs-on: ubuntu-latest
10
- strategy:
11
- matrix:
12
- architecture: [amd64, arm64]
13
permissions:
14
packages: write
15
contents: read
@@ -34,7 +31,7 @@ jobs:
34
31
with:
35
32
context: .
36
33
file: ./Dockerfile
37
- platforms: linux/${{ matrix.architecture }}
+ platforms: linux/amd64,linux/arm64
38
push: true
39
tags: ghcr.io/intreecom/robotlb:latest,ghcr.io/intreecom/robotlb:${{ github.ref_name }}
40
0 commit comments