aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2022-06-16 20:21:30 +1000
committerGitHub <[email protected]>2022-06-16 20:21:30 +1000
commitf5cb42c9d74e4ce4646fa9e0496411b72eb4c48f (patch)
tree03ba69c1a66e79029d3c30b405f5273701db886a /.github
parente2eea84e36ac4ebb0e4baea86331e9fff73dd9e6 (diff)
downloadIronOS-f5cb42c9d74e4ce4646fa9e0496411b72eb4c48f.tar.gz
IronOS-f5cb42c9d74e4ce4646fa9e0496411b72eb4c48f.zip
Infinite logo (#1309)
* Check for button timeout of infinite * Dedupe * Alpine bump
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 9c1eb85b..5720a006 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-20.04
container:
- image: alpine:3.15
+ image: alpine:3.16
strategy:
matrix:
model: ["TS100", "TS80", "TS80P", "Pinecil", "MHP30"]
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
-
+
- name: Git ownership exception
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"
@@ -57,7 +57,7 @@ jobs:
build_multi-lang:
runs-on: ubuntu-20.04
container:
- image: alpine:3.15
+ image: alpine:3.16
strategy:
matrix:
model: ["Pinecil"]
@@ -72,10 +72,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
-
+
- name: Git ownership exception
run: git config --global --add safe.directory /__w/IronOS/IronOS && git config --global safe.directory "$GITHUB_WORKSPACE"
-
+
- name: build ${{ matrix.model }}
run: cd source && make -j$(nproc) model="${{ matrix.model }}" firmware-multi_compressed_European firmware-multi_compressed_Bulgarian+Russian+Serbian+Ukrainian firmware-multi_Chinese+Japanese
@@ -107,7 +107,7 @@ jobs:
tests:
runs-on: ubuntu-20.04
container:
- image: alpine:3.15
+ image: alpine:3.16
steps:
- name: deps
@@ -134,7 +134,7 @@ jobs:
check_formatting:
runs-on: ubuntu-20.04
container:
- image: alpine:3.15
+ image: alpine:3.16
steps:
- name: deps