Skip to content

Commit

Permalink
Restore docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Jan 28, 2022
1 parent 2495771 commit ad05025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
# has eg "node_platforms": "linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6"
# but the platforms must also be included in the os image chosen -
# eg the ubuntu image doesn't include linux/arm/v6.
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/aarch64
platforms: linux/amd64,linux/arm64,linux/arm/v7

on: workflow_dispatch
#push:
Expand Down

0 comments on commit ad05025

Please sign in to comment.