-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
kind: featureNew user-facing feature.New user-facing feature.
Description
Related user(s):
Related issue(s) or PR(s):
No response
Related project scope(s):
build
The problem:
- https://hub.docker.com/r/ocamlsf/learn-ocaml/tags only deals with linux/amd64, while some
linux/arm64/v8support would be nice
Wanted solution:
Update the two GitHub Actions workflows:
- https://github.com/ocaml-sf/learn-ocaml/blob/master/.github/workflows/deploy-master.yml
- then https://github.com/ocaml-sf/learn-ocaml/blob/master/.github/workflows/release.yml#L91
Using:
- https://github.com/docker/build-push-action#readme
- https://github.com/docker/setup-buildx-action#readme
- https://docs.docker.com/reference/cli/docker/buildx/create/#platform
Note: the version of the build-push-action should also be bumped:
| uses: docker/build-push-action@v4 |
to
@v6 (in a first, separated commit)
Considered alternatives:
No response
Additional context:
No response
Metadata
Metadata
Assignees
Labels
kind: featureNew user-facing feature.New user-facing feature.