Skip to content

Commit bd826d2

Browse files
committed
+changelog-ignore: github action
1 parent 32013e1 commit bd826d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/template.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
name: build ${{ needs.determine-version.outputs.semVer }}
4949
steps:
5050
- uses: actions/checkout@v3
51+
- name: Set up QEMU
52+
uses: docker/setup-qemu-action@v1
5153
- name: Set up Docker Buildx
5254
uses: docker/setup-buildx-action@v1
5355
- name: Docker meta
@@ -78,6 +80,7 @@ jobs:
7880
BUILD_VERSION=${{ env.SEMVER }}
7981
cache-from: type=gha
8082
cache-to: type=gha,mode=max
83+
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/arm/v8
8184
create-release:
8285
name: 🚀 create release
8386
needs:

0 commit comments

Comments
 (0)