mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-12 21:30:36 +05:30
actions: re-enable arm builds
This commit is contained in:
parent
7053e0bb14
commit
3debf1ba7e
7
.github/workflows/build-docker.yml
vendored
7
.github/workflows/build-docker.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user