Compare commits
No commits in common. "d3ba31c45ef023279bce772341ff6c5f83fb0f6b" and "a2bc8635bb7612adcef4484733bf3a3ae1c074f3" have entirely different histories.
d3ba31c45e
...
a2bc8635bb
@ -17,13 +17,13 @@ jobs:
|
|||||||
- name: Buildx Container
|
- name: Buildx Container
|
||||||
run: docker buildx create --name buildx --driver=docker-container
|
run: docker buildx create --name buildx --driver=docker-container
|
||||||
- name: Build nginx-web
|
- name: Build nginx-web
|
||||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest --push
|
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./nginx-web -t git.tgj.services/thatguyjack/nginx-web:latest --push
|
||||||
- name: Build php-CLI
|
- name: Build php-CLI
|
||||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./php-cli/ -t git.tgj.services/thatguyjack/php-cli:latest --push
|
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./php-cli/ -t git.tgj.services/thatguyjack/php-cli:latest --push
|
||||||
- name: Build motioneye
|
- name: Build motioneye
|
||||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./motioneye -t git.tgj.services/thatguyjack/motioneye:latest --push
|
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./motioneye -t git.tgj.services/thatguyjack/motioneye:latest --push
|
||||||
- name: Build php-FPM
|
- name: Build php-FPM
|
||||||
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push
|
run: docker buildx build --builder=buildx --platform=linux/amd64,linux/arm64,linux/arm/v7 ./php-fpm/ -t git.tgj.services/thatguyjack/php-fpm:latest --push
|
||||||
# - name: Push
|
# - name: Push
|
||||||
# run: |
|
# run: |
|
||||||
# docker push git.tgj.services/thatguyjack/php-fpm:latest
|
# docker push git.tgj.services/thatguyjack/php-fpm:latest
|
||||||
|
@ -6,4 +6,4 @@ git.tgj.services/thatguyjack/php-cli:latest
|
|||||||
git.tgj.services/thatguyjack/nginx-web:latest
|
git.tgj.services/thatguyjack/nginx-web:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
- All containers are built for `linux/amd64,linux/arm64`
|
- All containers are built for `linux/amd64,linux/arm64,linux/arm/v7`
|
Loading…
x
Reference in New Issue
Block a user