Skip to content

Commit

Permalink
Updated GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Mar 24, 2023
1 parent 0e1e252 commit 2c64b3c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/swift-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@ name: Swift ARM
on: [push]
jobs:

linux-armv7-build:
name: Build for Linux Armv7
runs-on: [self-hosted, Linux, ARM]
container: colemancda/swift-armv7:latest-runtime
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Swift Version
run: swift --version
- name: Build (Debug)
run: swift build -j 1
- name: Test (Debug)
run: swift test -j 1

linux-armv7-crosscompile-build:
name: Crosscompile for Linux Armv7
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c64b3c

Please sign in to comment.