Skip to content

Commit

Permalink
arm64v8 Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw_lis committed Mar 19, 2024
1 parent a04f609 commit a7887ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 5.0-dev
- 5.1-dev
- arm64v8-5.0-dev

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM arm64v8/ubuntu:20.04
MAINTAINER Przemyslaw Lis <[email protected]>

ARG CRAN_MIRROR=https://cloud.r-project.org
Expand Down

0 comments on commit a7887ec

Please sign in to comment.