Included arm64 builds to all workflows.
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 41m16s
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 41m16s
This commit is contained in:
@@ -11,7 +11,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./tools
|
context: ./tools
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
gitea.setlock.net/shaun/dev-container:latest
|
gitea.setlock.net/shaun/dev-container:latest
|
||||||
gitea.setlock.net/shaun/dev-container:${{ env.GIT_TAG }}
|
gitea.setlock.net/shaun/dev-container:${{ env.GIT_TAG }}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-amd:
|
build-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -30,32 +30,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./tools
|
context: ./tools
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
|
||||||
gitea.setlock.net/shaun/dev-container:nightly
|
|
||||||
|
|
||||||
build-arm:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
|
||||||
uses: docker/login-action@v3
|
|
||||||
with:
|
|
||||||
registry: gitea.setlock.net
|
|
||||||
username: ${{ secrets.USER }}
|
|
||||||
password: ${{ secrets.TOKEN }}
|
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
|
||||||
uses: docker/build-push-action@v5
|
|
||||||
with:
|
|
||||||
context: ./tools
|
|
||||||
push: true
|
|
||||||
platforms: linux/arm64
|
|
||||||
tags: |
|
tags: |
|
||||||
gitea.setlock.net/shaun/dev-container:nightly
|
gitea.setlock.net/shaun/dev-container:nightly
|
||||||
|
|||||||
Reference in New Issue
Block a user