diff options
author | fx <[email protected]> | 2023-10-15 02:26:29 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-15 02:26:29 +0200 |
commit | 0948f75248a5daf8229ce1f40d1b3ec8d9aecbac (patch) | |
tree | 753359f0a74c44f31e6fa7e9ab5d7d404b8092b9 /.github | |
parent | d109f789b1cb75fc144a203628694dfb7ed300cb (diff) | |
download | webol-0948f75248a5daf8229ce1f40d1b3ec8d9aecbac.tar webol-0948f75248a5daf8229ce1f40d1b3ec8d9aecbac.tar.gz webol-0948f75248a5daf8229ce1f40d1b3ec8d9aecbac.zip |
test w/ cargo chef + arm64
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed9fba6..649f295 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -51,9 +51,8 @@ jobs: | |||
51 | id: docker_build | 51 | id: docker_build |
52 | uses: docker/build-push-action@v3 | 52 | uses: docker/build-push-action@v3 |
53 | with: | 53 | with: |
54 | file: Dockerfile.build | ||
55 | push: true | 54 | push: true |
56 | platforms: linux/amd64,linux/arm/v7 | 55 | platforms: linux/amd64,linux/arm64 |
57 | tags: | | 56 | tags: | |
58 | ghcr.io/fxqnlr/webol:test-latest | 57 | ghcr.io/fxqnlr/webol:latest |
59 | ghcr.io/fxqnlr/webol:test-${{ github.run_number }} | 58 | ghcr.io/fxqnlr/webol:${{ github.run_number }} \ No newline at end of file |