Skip to content

Commit d7c7090

Browse files
authored
Merge pull request #13 from sutro-planet/develop
feat: arm support
2 parents 890a477 + b97837a commit d7c7090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: self-hosted
11+
runs-on: sutro-k8s-runner-set
1212

1313
steps:
1414
- name: Check out code
@@ -29,3 +29,4 @@ jobs:
2929
context: .
3030
push: true
3131
tags: hanfa/pytvzhen-frontend:${{ github.event_name == 'push' && 'latest' || github.event.pull_request.number }}
32+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)