Skip to content

Commit 79d42ee

Browse files
committed
test self hosted
1 parent 304e5e3 commit 79d42ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docker-export.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build-and-push:
1515
# Only run if new release from Semantic release
16-
runs-on: ubuntu-latest
16+
runs-on: self-hosted
1717

1818
steps:
1919
- name: Check out repository
@@ -34,10 +34,6 @@ jobs:
3434
with:
3535
semver_only: true
3636

37-
# Needed in order to use arm64 arcitechture on the runner
38-
#- name: Set up QEMU
39-
# uses: docker/setup-qemu-action@v2
40-
4137
- name: div
4238
run: |
4339
git submodule update --init --recursive

0 commit comments

Comments
 (0)