1 Commits

Author SHA1 Message Date
fd799d6158 removed arm64 build
All checks were successful
Gitea CI/CD / dotnet-build-and-test (push) Successful in 41s
Gitea CI/CD / Set Tag Name (push) Successful in 7s
Gitea CI/CD / docker-build-and-push (push) Successful in 1m49s
Gitea CI/CD / Create Tag (push) Successful in 5s
2026-01-07 13:38:21 +01:00

View File

@@ -10,7 +10,7 @@ env:
DOTNET_VERSION: '8.0.x'
DOCKER_IMAGE_NAME: watcher-server
REGISTRY_URL: git.triggermeelmo.com
DOCKER_PLATFORMS: 'linux/amd64,linux/arm64'
DOCKER_PLATFORMS: 'linux/amd64'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -115,10 +115,10 @@ jobs:
- name: Build and Push Multi-Arch Docker Image
run: |
docker buildx build \
--platform ${{ env.DOCKER_PLATFORMS }} \
--platform linux/amd64 \
--build-arg VERSION=${{ needs.set-tag.outputs.tag_name }} \
-t ${{ env.REGISTRY_URL }}/watcher/${{ env.DOCKER_IMAGE_NAME }}:${{ needs.set-tag.outputs.tag_name }} \
--push .
--push .
tag:
name: Create Tag