mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 07:16:39 +00:00
Remove Woodpecker CI configuration file
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
when:
|
||||
branch: [dev, stage, main]
|
||||
event: push
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- PLATFORM: linux/arm64
|
||||
TAG: arm
|
||||
- PLATFORM: linux/amd64
|
||||
TAG: amd64
|
||||
|
||||
labels:
|
||||
platform: ${PLATFORM}
|
||||
|
||||
steps:
|
||||
- name: build-and-push
|
||||
image: plugins/docker
|
||||
settings:
|
||||
dockerfile: SatelliteProvider.Api/Dockerfile
|
||||
context: .
|
||||
repo: registry:5000/satellite-provider
|
||||
tags:
|
||||
- "${CI_COMMIT_BRANCH}-${TAG}"
|
||||
- "${CI_COMMIT_SHA:0:8}-${TAG}"
|
||||
insecure: true
|
||||
@@ -0,0 +1,14 @@
|
||||
when:
|
||||
branch: [dev, stage, main]
|
||||
|
||||
labels:
|
||||
platform: arm64
|
||||
|
||||
steps:
|
||||
- name: build-push
|
||||
image: docker
|
||||
commands:
|
||||
- docker build -f SatelliteProvider.Api/Dockerfile -t localhost:5000/satellite-provider:${CI_COMMIT_BRANCH}-arm .
|
||||
- docker push localhost:5000/satellite-provider:${CI_COMMIT_BRANCH}-arm
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user