mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-05-30 03:31:54 -04:00
remove arm v7
This commit is contained in:
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
@@ -39,9 +39,9 @@ jobs:
|
||||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
||||
|
||||
- name: Image digest
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
run: echo ${{ steps.docker_build.outputs.digest }}
|
||||
|
||||
Reference in New Issue
Block a user