mirror of
https://github.com/Jguer/yay.git
synced 2026-05-05 04:16:10 +02:00
remove arm v6 support
This commit is contained in:
parent
c0a9b6af4f
commit
35c91bea50
2
.github/workflows/builder-image.yml
vendored
2
.github/workflows/builder-image.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
DOCKER_BUILDKIT: 0
|
||||
COMPOSE_DOCKER_CLI_BUILD: 0
|
||||
with:
|
||||
platforms: linux/amd64, linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
file: ci.Dockerfile
|
||||
push: true
|
||||
tags: jguer/yay-builder:latest
|
||||
|
||||
14
.github/workflows/multiarch-build.yml
vendored
14
.github/workflows/multiarch-build.yml
vendored
@ -11,7 +11,6 @@ jobs:
|
||||
arch:
|
||||
[
|
||||
"linux/amd64 x86_64",
|
||||
"linux/arm/v6 armv6h",
|
||||
"linux/arm/v7 armv7h",
|
||||
"linux/arm64 aarch64",
|
||||
]
|
||||
@ -73,9 +72,6 @@ jobs:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: yay_armv7h
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: yay_armv6h
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: yay_aarch64
|
||||
@ -109,16 +105,6 @@ jobs:
|
||||
asset_path: ./yay_${{ steps.tags.outputs.version }}_armv7h.tar.gz
|
||||
asset_name: yay_${{ steps.tags.outputs.version }}_armv7h.tar.gz
|
||||
asset_content_type: application/tar+gzip
|
||||
- name: Upload armv6h asset
|
||||
id: upload-release-asset-armv6h
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./yay_${{ steps.tags.outputs.version }}_armv6h.tar.gz
|
||||
asset_name: yay_${{ steps.tags.outputs.version }}_armv6h.tar.gz
|
||||
asset_content_type: application/tar+gzip
|
||||
- name: Upload aarch64 asset
|
||||
id: upload-release-asset-aarch64
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user