Skip to content

Commit 25e9eed

Browse files
authored
Update docker.yml: arm64
1 parent 8247a6a commit 25e9eed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docker build
22

33
on:
44
schedule:
5-
- cron: "0 10 * * *"
5+
- cron: "0 10 * * *"
66
push:
77
branches:
88
- "**"
@@ -57,3 +57,4 @@ jobs:
5757
push: ${{ github.event_name != 'pull_request' }}
5858
tags: ${{ steps.meta.outputs.tags }}
5959
labels: ${{ steps.meta.outputs.labels }}
60+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)