Skip to content

Commit

Permalink
Merge pull request #5 from linuxserver/chinese-no-arm
Browse files Browse the repository at this point in the history
no more aarch64 support for chinese AUR build
  • Loading branch information
thelamer authored Aug 3, 2024
2 parents 0ad9b41 + ba8627b commit fc1040c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 73 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/external_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,10 @@ jobs:
token=$(curl -sX GET \
"https://ghcr.io/token?scope=repository%3Alinuxserver%2Fwps-office%3Apull" \
| jq -r '.token')
multidigest=$(curl -s \
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
--header "Authorization: Bearer ${token}" \
"https://ghcr.io/v2/${image}/manifests/${tag}" \
| jq -r 'first(.manifests[].digest)')
digest=$(curl -s \
--header "Accept: application/vnd.docker.distribution.manifest.v2+json" \
--header "Authorization: Bearer ${token}" \
"https://ghcr.io/v2/${image}/manifests/${multidigest}" \
"https://ghcr.io/v2/${image}/manifests/${tag}" \
| jq -r '.config.digest')
image_info=$(curl -sL \
--header "Authorization: Bearer ${token}" \
Expand Down
65 changes: 0 additions & 65 deletions Dockerfile.aarch64

This file was deleted.

2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
DEV_DOCKERHUB_IMAGE = 'lsiodev/wps-office'
PR_DOCKERHUB_IMAGE = 'lspipepr/wps-office'
DIST_IMAGE = 'arch'
MULTIARCH = 'true'
MULTIARCH = 'false'
CI = 'true'
CI_WEB = 'true'
CI_PORT = '3000'
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repo_vars:
- DEV_DOCKERHUB_IMAGE = 'lsiodev/wps-office'
- PR_DOCKERHUB_IMAGE = 'lspipepr/wps-office'
- DIST_IMAGE = 'arch'
- MULTIARCH = 'true'
- MULTIARCH = 'false'
- CI = 'true'
- CI_WEB = 'true'
- CI_PORT = '3000'
Expand Down

0 comments on commit fc1040c

Please sign in to comment.