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 d493a23 commit 6e1de64Copy full SHA for 6e1de64
.github/workflows/build.yaml
@@ -2,11 +2,12 @@ on: [push]
2
3
env:
4
RELEASE_START: 1150 # 1150, as this is latest build by GitLab CI
5
+ CCACHE_DIR: $RUNNER_TEMP/ccache
6
7
jobs:
8
build:
9
runs-on: [self-hosted, Linux, ARM64]
- container: ayufan/rock64-dockerfiles:bookworm
10
+ container: ayufan/rock64-dockerfiles:arm64
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v3
@@ -16,8 +17,6 @@ jobs:
16
17
apt-get -y install docker.io
18
- name: Set up QEMU
19
uses: docker/setup-qemu-action@v2
- - name: Configure ccache
20
- run: echo "CCACHE_DIR=$RUNNER_TEMP/ccache" >> $GITHUB_ENV
21
- name: Reset ccache statistics
22
run: ccache -M 0 -F 0
23
- name: Build package
0 commit comments