We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a935 commit 2abd182Copy full SHA for 2abd182
.github/workflows/linux-precompile.yml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
armv7l-linux-gnueabihf:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
14
env:
15
ARCH: armv7l
16
TARGET: armv7l-linux-gnueabihf
@@ -63,7 +63,7 @@ jobs:
63
cache/*${{ env.TARGET }}*.tar.gz
64
65
precompile:
66
67
68
MIX_ENV: prod
69
strategy:
0 commit comments