ops: Remove amd64 platform limitation
Some checks failed
ci / docker-build (pull_request) Failing after 5m42s
ci / build-and-test (pull_request) Has been skipped

This commit is contained in:
Brock Allen
2024-01-27 22:47:35 +00:00
parent 105c1be3df
commit 2df45c01ff
4 changed files with 2 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ builder-run :
docker run \
--rm \
-it \
--platform linux/amd64 \
--workdir /builder/mnt \
-v .:/builder/mnt \
$(project_name)-builder:latest \