Skip to content

Commit cc0c4f1

Browse files
committed
check building the images on our own runner to monitor memory issues.
1 parent 41edebe commit cc0c4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image-release.yml

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

4242
release:
43-
runs-on: ubuntu-latest
43+
runs-on: [self-hosted, ARM64, stable]
44+
4445
environment: DOCKER_HUB
4546
steps:
4647
- name: Checkout

0 commit comments

Comments
 (0)