Skip to content

Commit

Permalink
cleanup: remove arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev authored and cdxker committed Jan 9, 2025
1 parent de495af commit e0afb2b
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 236 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/push-batch-etl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- "main"
paths:
- 'batch-etl/**'
- "batch-etl/**"

jobs:
build_server:
Expand All @@ -23,10 +23,10 @@ jobs:
platform: linux/amd64
tag: latest
suffix: ""
- runner: blacksmith-8vcpu-ubuntu-2204
platform: linux/arm64
tag: latest-arm
suffix: -arm
# - runner: blacksmith-8vcpu-ubuntu-2204
# platform: linux/arm64
# tag: latest-arm
# suffix: -arm
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -60,7 +60,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


create-job-worker:
name: Push Create Job image
runs-on: ${{ matrix.runner }}
Expand All @@ -70,10 +69,10 @@ jobs:
- runner: blacksmith-8vcpu-ubuntu-2204
platform: linux/amd64
tag: latest
- runner: blacksmith-8vcpu-ubuntu-2204
platform: linux/arm64
tag: latest-arm
suffix: -arm
# - runner: blacksmith-8vcpu-ubuntu-2204
# platform: linux/arm64
# tag: latest-arm
# suffix: -arm
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -117,10 +116,10 @@ jobs:
- runner: blacksmith-8vcpu-ubuntu-2204
platform: linux/amd64
tag: latest
- runner: blacksmith-8vcpu-ubuntu-2204
platform: linux/arm64
tag: latest-arm
suffix: -arm
# - runner: blacksmith-8vcpu-ubuntu-2204
# platform: linux/arm64
# tag: latest-arm
# suffix: -arm
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -153,4 +152,4 @@ jobs:
file: ./batch-etl/Dockerfile.check-completion-worker
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
24 changes: 12 additions & 12 deletions .github/workflows/push-frontends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- runner: blacksmith-2vcpu-ubuntu-2204
platform: linux/amd64
tag: latest
- runner: blacksmith-2vcpu-ubuntu-2204
platform: linux/arm64
tag: latest-arm
suffix: -arm
# - runner: blacksmith-2vcpu-ubuntu-2204
# platform: linux/arm64
# tag: latest-arm
# suffix: -arm
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
- runner: blacksmith-2vcpu-ubuntu-2204
platform: linux/amd64
tag: latest
- runner: blacksmith-2vcpu-ubuntu-2204
platform: linux/arm64
tag: latest-arm
suffix: -arm
# - runner: blacksmith-2vcpu-ubuntu-2204
# platform: linux/arm64
# tag: latest-arm
# suffix: -arm
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -127,10 +127,10 @@ jobs:
- runner: blacksmith-2vcpu-ubuntu-2204
platform: linux/amd64
tag: latest
- runner: blacksmith-2vcpu-ubuntu-2204
platform: linux/arm64
tag: latest-arm
suffix: -arm
# - runner: blacksmith-2vcpu-ubuntu-2204
# platform: linux/arm64
# tag: latest-arm
# suffix: -arm
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/push-pdf2md-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
runner: [blacksmith-8vcpu-ubuntu-2204]
platform: [linux/amd64]
exclude:
- runner: blacksmith-8vcpu-ubuntu-2204
platform: linux/arm64
# - runner: blacksmith-8vcpu-ubuntu-2204
# platform: linux/arm64
- runner: blacksmith-8vcpu-ubuntu-2204-arm
platform: linux/amd64
steps:
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
runner: [blacksmith-8vcpu-ubuntu-2204]
platform: [linux/amd64]
exclude:
- runner: blacksmith-8vcpu-ubuntu-2204
platform: linux/arm64
# - runner: blacksmith-8vcpu-ubuntu-2204
# platform: linux/arm64
- runner: blacksmith-8vcpu-ubuntu-2204-arm
platform: linux/amd64
steps:
Expand Down Expand Up @@ -111,8 +111,8 @@ jobs:
runner: [blacksmith-8vcpu-ubuntu-2204]
platform: [linux/amd64]
exclude:
- runner: blacksmith-8vcpu-ubuntu-2204
platform: linux/arm64
# - runner: blacksmith-8vcpu-ubuntu-2204
# platform: linux/arm64
- runner: blacksmith-8vcpu-ubuntu-2204-arm
platform: linux/amd64
steps:
Expand Down
Loading

0 comments on commit e0afb2b

Please sign in to comment.