Skip to content

Commit

Permalink
ci: remove arm64 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Apr 6, 2024
1 parent add89d2 commit 0abecec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/linux-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,13 @@ name: Build Linux builder images
on:
workflow_dispatch:
push:
branches:
- main
paths:
- '.github/workflows/linux-builder.yaml'
- 'build/linux/wails.Dockerfile'
- 'build/linux/build-nuga.sh'
- 'build/linux/pack-appimage.sh'

jobs:
arm64:
name: Build aarch64 image builder
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build image
run: make linux-builder/image-arm64
- name: Push image
run: make linux-builder/push-image-arm64
amd64:
name: Build amd64 image builder
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion build/linux/pack-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pack_arch() {

if [ -z "$1" ]; then
pack_arch amd64
pack_arch arm64
else
pack_arch "$1"
fi
Expand Down

0 comments on commit 0abecec

Please sign in to comment.