3 Commits

Author SHA1 Message Date
Shaun Setlock
74b2678a49 Included arm64 builds to all workflows.
Some checks failed
Build and Push Docker Image / build-push (push) Failing after 41m16s
2025-05-09 21:00:30 -04:00
Shaun Setlock
bc5e78af57 Added arm build step to nightly.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m5s
2025-05-08 20:43:57 -04:00
cc56ca800d Moving container to its own directory; not just a nvim thing. Added a nightly workflow. Switched to tags trigger. (#14)
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 4m2s
Co-authored-by: Shaun Setlock <shaun@setlock.net>
Co-authored-by: Shaun Setlock <shaunsetlock@protonmail.com>
Reviewed-on: https://www.gitea.setlock.net/shaun/dotfiles/pulls/14
2025-05-06 21:43:48 -04:00
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ on:
workflow_dispatch:
jobs:
build-and-push:
build-push:
runs-on: ubuntu-latest
steps:
@@ -38,7 +38,7 @@ jobs:
with:
context: ./tools
push: true
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: |
gitea.setlock.net/shaun/dev-container:latest
gitea.setlock.net/shaun/dev-container:${{ env.GIT_TAG }}

View File

@@ -3,12 +3,12 @@ name: Build and Push Docker Image
on:
schedule:
- cron: "30 20 * * *"
- cron: "0 2 * * *"
workflow_dispatch:
jobs:
build-and-push:
build-push:
runs-on: ubuntu-latest
steps:
@@ -30,6 +30,6 @@ jobs:
with:
context: ./tools
push: true
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: |
gitea.setlock.net/shaun/dev-container:nightly