1
0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-05-10 06:02:49 +08:00

Use arm64 image

This commit is contained in:
Yerassyl 2022-11-24 18:07:59 +06:00 committed by GitHub
parent cc051b07ed
commit ff7ecf5f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM appleboy/drone-ssh:1.6.4-linux-amd64
FROM appleboy/drone-ssh:1.6.4-linux-arm64
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh