Skip to content

Commit d7e2c18

Browse files
committed
ci: add more platforms
1 parent 22ca31e commit d7e2c18

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
name: Docker
22

3-
# This workflow uses actions that are not certified by GitHub.
4-
# They are provided by a third-party and are governed by
5-
# separate terms of service, privacy policy, and support
6-
# documentation.
7-
83
on:
94
push:
105
branches: [ "pro" ]
11-
# Publish semver tags as releases.
126
tags: [ 'v*.*.*' ]
137
pull_request:
148
branches: [ "pro" ]
@@ -77,6 +71,7 @@ jobs:
7771
push: ${{ github.event_name != 'pull_request' }}
7872
tags: ${{ steps.meta.outputs.tags }}
7973
labels: ${{ steps.meta.outputs.labels }}
74+
platforms: linux/amd64,linux/arm64
8075
cache-from: type=gha
8176
cache-to: type=gha,mode=max
8277

0 commit comments

Comments
 (0)