Skip to content

Commit

Permalink
removed the arm64v8 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrJustyna committed Nov 28, 2023
1 parent 4c7bee0 commit cfe7e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.100-alpine3.18-arm64v8
FROM mcr.microsoft.com/dotnet/sdk:8.0.100-1-alpine3.18

ARG USER_NAME=argon

Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

minimal f# development environment

* `arm64v8 alpine 3.18`
* `alpine 3.18`
* `arm64`
* `amd64`
* `zsh` + `oh my zsh`
* `.net 8.0`
* `fantomas`
Expand All @@ -28,7 +30,6 @@ minimal f# development environment

## host requirements

* arm64v8
* docker
* zsh

Expand Down

0 comments on commit cfe7e9d

Please sign in to comment.