actions: re-enable arm builds

This commit is contained in:
Kavin 2022-11-02 21:18:07 +00:00 committed by GitHub
parent 7053e0bb14
commit 3debf1ba7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -12,9 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Build Cargo
run: cargo build --release && mv target/release/sponsorblock-mirror .
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
@ -33,8 +30,8 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile.ci
platforms: linux/amd64
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: 1337kavin/sponsorblock-mirror:latest
cache-from: type=gha