From 0948f75248a5daf8229ce1f40d1b3ec8d9aecbac Mon Sep 17 00:00:00 2001 From: fx Date: Sun, 15 Oct 2023 02:26:29 +0200 Subject: test w/ cargo chef + arm64 --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github') 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: id: docker_build uses: docker/build-push-action@v3 with: - file: Dockerfile.build push: true - platforms: linux/amd64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 tags: | - ghcr.io/fxqnlr/webol:test-latest - ghcr.io/fxqnlr/webol:test-${{ github.run_number }} + ghcr.io/fxqnlr/webol:latest + ghcr.io/fxqnlr/webol:${{ github.run_number }} \ No newline at end of file -- cgit v1.2.3