enabling arm building on gitea
This commit is contained in:
parent
c24f63abfe
commit
f62d21101f
@ -61,36 +61,36 @@ jobs:
|
|||||||
provenance: false
|
provenance: false
|
||||||
context: .
|
context: .
|
||||||
|
|
||||||
# build-Docker-Arm:
|
build-Docker-Arm:
|
||||||
|
|
||||||
# runs-on: ubuntu-latest-arm
|
runs-on: ubuntu-latest-arm
|
||||||
# name: Build Container (arm64)
|
name: Build Container (arm64)
|
||||||
# needs: [build] # for ignoring bad builds
|
needs: [build] # for ignoring bad builds
|
||||||
# if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
|
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# with:
|
with:
|
||||||
# github-server-url: https://gitea.sheep-ghoul.ts.net
|
github-server-url: https://gitea.sheep-ghoul.ts.net
|
||||||
|
|
||||||
# - name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
# uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
# - name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
# uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
# with:
|
with:
|
||||||
# registry: gitea.sheep-ghoul.ts.net
|
registry: gitea.sheep-ghoul.ts.net
|
||||||
# username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
# password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
# - name: Build Web Container
|
- name: Build Web Container
|
||||||
# uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
# with:
|
with:
|
||||||
# push: true
|
push: true
|
||||||
# tags: gitea.sheep-ghoul.ts.net/sarsoo/overflow:latest-arm64
|
tags: gitea.sheep-ghoul.ts.net/sarsoo/overflow:latest-arm64
|
||||||
# file: Dockerfile
|
file: Dockerfile
|
||||||
# provenance: false
|
provenance: false
|
||||||
# context: .
|
context: .
|
||||||
|
|
||||||
packageManifest:
|
packageManifest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user