We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123622a commit 6618069Copy full SHA for 6618069
.github/workflows/integration-tests.yml
@@ -35,6 +35,10 @@ jobs:
35
- os: ubuntu-latest
36
release-args: "--alpine"
37
cache-bust: "2024-05-17"
38
+ # On public preview since 16 January 2025
39
+ - os: ubuntu-24.04-arm
40
+ release-args: "--alpine"
41
+ cache-bust: "2025-02-07"
42
- os: windows-latest
43
release-args: ""
44
0 commit comments