Skip to content

Commit 8e6347e

Browse files
committed
adding a multi-arch image support
1 parent 2bae36d commit 8e6347e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
IMAGE_NAME: ${{ github.repository }}
1111

1212
jobs:
13-
build-gen:
13+
build:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
contents: write
@@ -44,7 +44,7 @@ jobs:
4444
context: .
4545
file: ./container/Dockerfile
4646
push: true
47-
platforms: linux/amd64
47+
platforms: linux/amd64,linux/arm64
4848
provenance: false
4949
tags: ${{ steps.meta.outputs.tags }}
5050
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)