Skip to content

Commit 723c303

Browse files
committed
Does not require a native build.
1 parent 9ca84dc commit 723c303

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,11 @@ name: Publish Docker Image
33
on:
44
push:
55
tags:
6-
- '*'
6+
- '*'
77

88
jobs:
9-
build-and-push-image:
10-
strategy:
11-
matrix:
12-
include:
13-
- platform: linux/amd64
14-
runner: ubuntu-24.04
15-
arch: amd64
16-
- platform: linux/arm64
17-
runner: ubuntu-24.04-arm
18-
arch: arm64
19-
runs-on: ${{ matrix.runner }}
9+
build:
10+
runs-on: ubuntu-24.04
2011
permissions:
2112
contents: read
2213
packages: write
@@ -53,7 +44,7 @@ jobs:
5344
uses: docker/build-push-action@v6
5445
with:
5546
context: .
56-
platforms: ${{ matrix.platform }}
47+
platforms: linux/amd64,linux/arm64
5748
push: true
5849
tags: ${{ steps.meta.outputs.tags }}
5950
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)