diff options
author | fx <[email protected]> | 2023-10-15 14:53:23 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-15 14:53:23 +0200 |
commit | 82463cb3c3b107dbeed2b5f2cec0751bdae4b05d (patch) | |
tree | 65913b0750aa3a56d54fef5ca82f8d07ca3db608 | |
parent | 981e5c548e7098f4a391384d316ec7a52c1fa979 (diff) | |
download | webol-82463cb3c3b107dbeed2b5f2cec0751bdae4b05d.tar webol-82463cb3c3b107dbeed2b5f2cec0751bdae4b05d.tar.gz webol-82463cb3c3b107dbeed2b5f2cec0751bdae4b05d.zip |
test with build.rs and cache-to and from
-rw-r--r-- | .github/workflows/test.yml | 8 | ||||
-rw-r--r-- | build.rs (renamed from build.rs.disabled) | 0 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 649f295..97a0d2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -4,7 +4,7 @@ on: | |||
4 | push: | 4 | push: |
5 | branches: [ "main", "test" ] | 5 | branches: [ "main", "test" ] |
6 | pull_request: | 6 | pull_request: |
7 | branches: [ "main", "test" ] | 7 | branches: [ "main" ] |
8 | workflow_dispatch: | 8 | workflow_dispatch: |
9 | 9 | ||
10 | env: | 10 | env: |
@@ -53,6 +53,8 @@ jobs: | |||
53 | with: | 53 | with: |
54 | push: true | 54 | push: true |
55 | platforms: linux/amd64,linux/arm64 | 55 | platforms: linux/amd64,linux/arm64 |
56 | cache-from: type=gha | ||
57 | cache-to: type=gha,mode=max | ||
56 | tags: | | 58 | tags: | |
57 | ghcr.io/fxqnlr/webol:latest | 59 | ghcr.io/fxqnlr/webol:dev-latest |
58 | ghcr.io/fxqnlr/webol:${{ github.run_number }} \ No newline at end of file | 60 | ghcr.io/fxqnlr/webol:dev-${{ github.run_number }} \ No newline at end of file |
diff --git a/build.rs.disabled b/build.rs index 7609593..7609593 100644 --- a/build.rs.disabled +++ b/build.rs | |||