Skip to content

Commit

Permalink
🔥Remove the image architecture
Browse files Browse the repository at this point in the history
Since the architecture name has now changed to `amd64`
instead of `x64_64`.

This partially reverts
EVerest@b0dfa4d

Additional details at:
EVerest#78 (comment)

Testing done:
- Before this change `docker compose -f docker-compose.build.yml build` errors out
- After this change `docker compose -f docker-compose.build.yml build` does not error out at the same step

Signed-off-by: Shankari <[email protected]>
  • Loading branch information
shankari committed Nov 13, 2024
1 parent cb9dfb5 commit 7fda893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/x86_64 ghcr.io/everest/build-kit-alpine:1.4.2
FROM ghcr.io/everest/build-kit-alpine

ARG EVEREST_VERSION=2024.9.0
ENV EVEREST_VERSION=${EVEREST_VERSION}
Expand Down

0 comments on commit 7fda893

Please sign in to comment.