Skip to content

Commit

Permalink
try fix 1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanq16 authored May 15, 2024
1 parent 502bac7 commit c2866b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worker_docker_arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM intermediate_builder as intermediate_builder
FROM intermediate_builder:latest as intermediate_builder
FROM ubuntu

# ============================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion worker_docker_arm/local-builder-script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_BUILDKIT=1 docker buildx build --platform linux/arm64 -f builder.Dockerfile -t intermediate_builder .
DOCKER_BUILDKIT=1 docker buildx build --platform linux/arm64 -f builder.Dockerfile -t intermediate_builder:latest .
docker builder prune -f
DOCKER_BUILDKIT=1 docker buildx build --platform linux/arm64 -t tanq16/work_docker:main_apple .
docker push tanq16/work_docker:main_apple

0 comments on commit c2866b4

Please sign in to comment.