fix: remove apline image
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
base_type: [debian, alpine, debian13]
|
base_type: [debian, debian13]
|
||||||
platform:
|
platform:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
@@ -30,14 +30,14 @@ jobs:
|
|||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
dockerfile: docker/Dockerfile.base
|
dockerfile: docker/Dockerfile.base
|
||||||
tag_suffix: ""
|
tag_suffix: ""
|
||||||
- base_type: alpine
|
# - base_type: alpine
|
||||||
platform: linux/amd64
|
# platform: linux/amd64
|
||||||
dockerfile: docker/Dockerfile.alpine.base
|
# dockerfile: docker/Dockerfile.alpine.base
|
||||||
tag_suffix: "-alpine"
|
# tag_suffix: "-alpine"
|
||||||
- base_type: alpine
|
# - base_type: alpine
|
||||||
platform: linux/arm64
|
# platform: linux/arm64
|
||||||
dockerfile: docker/Dockerfile.alpine.base
|
# dockerfile: docker/Dockerfile.alpine.base
|
||||||
tag_suffix: "-alpine"
|
# tag_suffix: "-alpine"
|
||||||
- base_type: debian13
|
- base_type: debian13
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
dockerfile: docker/Dockerfile.debian13.base
|
dockerfile: docker/Dockerfile.debian13.base
|
||||||
@@ -115,12 +115,12 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
base_type: [debian, alpine, debian13]
|
base_type: [debian, debian13]
|
||||||
include:
|
include:
|
||||||
- base_type: debian
|
- base_type: debian
|
||||||
tag: base
|
tag: base
|
||||||
- base_type: alpine
|
# - base_type: alpine
|
||||||
tag: base-alpine
|
# tag: base-alpine
|
||||||
- base_type: debian13
|
- base_type: debian13
|
||||||
tag: base-debian13
|
tag: base-debian13
|
||||||
|
|
||||||
|
|||||||
@@ -14,14 +14,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
base_type: [debian, alpine, debian13]
|
base_type: [debian, debian13] # alpine skipped
|
||||||
include:
|
include:
|
||||||
- base_type: debian
|
- base_type: debian
|
||||||
base_tag: base
|
base_tag: base
|
||||||
tag_suffix: ""
|
tag_suffix: ""
|
||||||
- base_type: alpine
|
# - base_type: alpine
|
||||||
base_tag: base-alpine
|
# base_tag: base-alpine
|
||||||
tag_suffix: "-alpine"
|
# tag_suffix: "-alpine"
|
||||||
- base_type: debian13
|
- base_type: debian13
|
||||||
base_tag: base-debian13
|
base_tag: base-debian13
|
||||||
tag_suffix: "-debian13"
|
tag_suffix: "-debian13"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
base_type: [debian, alpine, debian13]
|
base_type: [debian, debian13]
|
||||||
platform:
|
platform:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
@@ -27,14 +27,14 @@ jobs:
|
|||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
base_tag: base
|
base_tag: base
|
||||||
tag_suffix: ""
|
tag_suffix: ""
|
||||||
- base_type: alpine
|
# - base_type: alpine
|
||||||
platform: linux/amd64
|
# platform: linux/amd64
|
||||||
base_tag: base-alpine
|
# base_tag: base-alpine
|
||||||
tag_suffix: "-alpine"
|
# tag_suffix: "-alpine"
|
||||||
- base_type: alpine
|
# - base_type: alpine
|
||||||
platform: linux/arm64
|
# platform: linux/arm64
|
||||||
base_tag: base-alpine
|
# base_tag: base-alpine
|
||||||
tag_suffix: "-alpine"
|
# tag_suffix: "-alpine"
|
||||||
- base_type: debian13
|
- base_type: debian13
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
base_tag: base-debian13
|
base_tag: base-debian13
|
||||||
@@ -118,12 +118,12 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
base_type: [debian, alpine, debian13]
|
base_type: [debian, debian13]
|
||||||
include:
|
include:
|
||||||
- base_type: debian
|
- base_type: debian
|
||||||
tag_suffix: ""
|
tag_suffix: ""
|
||||||
- base_type: alpine
|
# - base_type: alpine
|
||||||
tag_suffix: "-alpine"
|
# tag_suffix: "-alpine"
|
||||||
- base_type: debian13
|
- base_type: debian13
|
||||||
tag_suffix: "-debian13"
|
tag_suffix: "-debian13"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user