Skip to content

Commit

Permalink
ci: remove obsolete step from arm64 build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Dec 20, 2024
1 parent fd9aee1 commit e9a8c40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ name: build (arm64)
on: [push]

jobs:
build:
build-arm64:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker buildx
uses: docker/setup-buildx-action@v1

- name: Pull ARM64 image
run: |
docker pull gemesa/arm64:latest
Expand Down

0 comments on commit e9a8c40

Please sign in to comment.