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

View file

@ -12,9 +12,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - 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 - name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2
with: with:
@ -33,8 +30,8 @@ jobs:
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
context: . context: .
file: ./Dockerfile.ci file: ./Dockerfile
platforms: linux/amd64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: 1337kavin/sponsorblock-mirror:latest tags: 1337kavin/sponsorblock-mirror:latest
cache-from: type=gha cache-from: type=gha