Build image for multiple platforms.
This commit is contained in:
parent
f3092b6a88
commit
8fc2542337
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
|
@ -2,7 +2,7 @@ name: Docker image CI/CD
|
|||
|
||||
env:
|
||||
DOCKER_IMAGE_NAME: jlesage/firefox
|
||||
PLATFORMS: linux/amd64
|
||||
PLATFORMS: linux/amd64,linux/386,linux/arm/v7,linux/arm64/v8
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue