Commit 2e01b33 1 parent 123622a commit 2e01b33 Copy full SHA for 2e01b33
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 35
35
- os : ubuntu-latest
36
36
release-args : " --alpine"
37
37
cache-bust : " 2024-05-17"
38
+ # On public preview since 16 January 2025
39
+ - os : ubuntu-24.04-arm
40
+ release-args : " --alpine --stack-args --docker-stack-exe=image"
41
+ cache-bust : " 2025-02-07b"
38
42
- os : windows-latest
39
43
release-args : " "
40
44
cache-bust : " 2024-05-17"
68
72
run : |
69
73
set -ex
70
74
71
- if [[ "${{ matrix.os }}" == "macos-13" || "${{ matrix.os }}" == "macos-latest" ]]
75
+ if [[ "${{ matrix.os }}" == "ubuntu-24.04-arm" || "${{ matrix.os }}" == " macos-13" || "${{ matrix.os }}" == "macos-latest" ]]
72
76
then
73
- # macos-13 and macos-latest do not include Haskell tools as at 2024-05-06.
77
+ # ubuntu-24.04-arm, macos-13 and macos-latest do not include Haskell
78
+ # tools as at 2025-02-07.
74
79
curl -sSL https://get.haskellstack.org/ | sh
75
80
fi
76
81
You can’t perform that action at this time.
0 commit comments