Skip to content

Commit

Permalink
fix: use url to pull arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Aug 29, 2024
1 parent cc23602 commit 8f63c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Some dependencies conflict with the compilation tools of amd64 architecture. Use arm64 directly. container image
FROM --platform=linux/arm64 debian:bullseye
FROM docker.io/arm64v8/debian:bullseye

RUN apt-get update && \
apt-get full-upgrade --no-install-recommends -y \
Expand Down

0 comments on commit 8f63c76

Please sign in to comment.