Skip to content

Commit be81ba3

Browse files
committed
chore: runs-on
1 parent 8b9a8ce commit be81ba3

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/workflows/build-docker.yml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ on:
88
- master
99

1010
jobs:
11-
tests:
12-
uses: ./.github/workflows/run-tests.yml
13-
secrets: inherit
1411
build-docker-amd64:
15-
runs-on: buildjet-2vcpu-ubuntu-2204
12+
runs-on: self-hosted
1613
steps:
1714
- uses: actions/checkout@v3
1815
with:
@@ -34,28 +31,4 @@ jobs:
3431
file: ./Dockerfile
3532
platforms: linux/amd64
3633
push: true
37-
tags: zedeus/nitter:latest,zedeus/nitter:${{ github.sha }}
38-
build-docker-arm64:
39-
runs-on: buildjet-2vcpu-ubuntu-2204-arm
40-
steps:
41-
- uses: actions/checkout@v3
42-
with:
43-
fetch-depth: 0
44-
- name: Set up Docker Buildx
45-
id: buildx
46-
uses: docker/setup-buildx-action@v2
47-
with:
48-
version: latest
49-
- name: Login to DockerHub
50-
uses: docker/login-action@v2
51-
with:
52-
username: ${{ secrets.DOCKER_USERNAME }}
53-
password: ${{ secrets.DOCKER_PASSWORD }}
54-
- name: Build and push ARM64 Docker image
55-
uses: docker/build-push-action@v3
56-
with:
57-
context: .
58-
file: ./Dockerfile.arm64
59-
platforms: linux/arm64
60-
push: true
61-
tags: zedeus/nitter:latest-arm64,zedeus/nitter:${{ github.sha }}-arm64
34+
tags: dimensiondev/nitter:latest,dimensiondev/nitter:${{ github.sha }}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Nitter
22

3-
[![Test Matrix](https://github.com/zedeus/nitter/workflows/Tests/badge.svg)](https://github.com/zedeus/nitter/actions/workflows/run-tests.yml)
4-
[![Test Matrix](https://github.com/zedeus/nitter/workflows/Docker/badge.svg)](https://github.com/zedeus/nitter/actions/workflows/build-docker.yml)
53
[![License](https://img.shields.io/github/license/zedeus/nitter?style=flat)](#license)
64

75
> [!NOTE]

0 commit comments

Comments
 (0)