File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed
Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change 88 - master
99
1010jobs :
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 :
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 }}
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments