Skip to content

Commit 5c5e6e2

Browse files
committed
remove self hosted runner, update dependencies
1 parent 6070124 commit 5c5e6e2

4 files changed

Lines changed: 322 additions & 338 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- platform: linux/amd64
1313
runner: ubuntu-latest
1414
- platform: linux/arm64
15-
runner: [self-hosted, linux, arm64]
15+
runner: ubuntu-latest
1616
runs-on: ${{ matrix.runner }}
1717
steps:
1818
- name: Set up QEMU
@@ -52,4 +52,4 @@ jobs:
5252
run: |
5353
docker buildx imagetools create -t nbittich/file-service:latest \
5454
nbittich/file-service:amd64 \
55-
nbittich/file-service:arm64
55+
nbittich/file-service:arm64

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- platform: linux/amd64
1414
runner: ubuntu-latest
1515
- platform: linux/arm64
16-
runner: [self-hosted, linux, arm64]
16+
runner: ubuntu-latest
1717

1818
runs-on: ${{ matrix.runner }}
1919
steps:
@@ -59,4 +59,4 @@ jobs:
5959
run: |
6060
docker buildx imagetools create -t ${{ steps.meta.outputs.tags }} \
6161
nbittich/file-service:amd64 \
62-
nbittich/file-service:arm64
62+
nbittich/file-service:arm64

0 commit comments

Comments
 (0)