Jammy & multiplatform
This commit is contained in:
parent
1c5909cf8d
commit
ea16fa59d0
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ steps:
|
||||||
- name: tag docker image
|
- name: tag docker image
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
|
||||||
repo: ztsheu/http-mock-server
|
repo: ztsheu/http-mock-server
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
tags: ${CI_COMMIT_TAG}
|
tags: ${CI_COMMIT_TAG}
|
||||||
|
@ -44,7 +44,7 @@ steps:
|
||||||
- name: build docker image
|
- name: build docker image
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
|
||||||
repo: ztsheu/http-mock-server
|
repo: ztsheu/http-mock-server
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
tags: latest
|
tags: latest
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM eclipse-temurin:11.0.22_7-jre-alpine
|
FROM eclipse-temurin:11.0.22_7-jre-jammy
|
||||||
|
|
||||||
ADD mockserver/target/mockserver-full.jar /mockserver.jar
|
ADD mockserver/target/mockserver-full.jar /mockserver.jar
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue