Building amd64 to start. #9

Merged
shaun merged 1 commits from feature/update_CICD_trigger into master 2025-05-03 22:34:09 -04:00

View File

@@ -36,7 +36,17 @@ jobs:
with: with:
context: ./nvim/tools context: ./nvim/tools
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
tags: | tags: |
gitea.setlock.net/shaun/dotfiles:latest gitea.setlock.net/shaun/neovim:latest
gitea.setlock.net/shaun/dotfiles:${{ env.GIT_TAG }} gitea.setlock.net/shaun/neovim:${{ env.GIT_TAG }}
#
# - name: Build and Push Docker Image
# uses: docker/build-push-action@v5
# with:
# context: ./nvim/tools
# push: true
# platforms: linux/arm64
# tags: |
# gitea.setlock.net/shaun/neovim:latest
# gitea.setlock.net/shaun/neovim:${{ env.GIT_TAG }}