Skip to content

Commit

Permalink
Fix GitHub Action file
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Aug 14, 2021
1 parent 396f6e9 commit 5d13a09
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@ jobs:
run: swift --version
- name: Build and test
run: xcodebuild test -scheme Xpense -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12'
linuxarmwebservices:
name: Linux ARM WebService
runs-on: ARM64
container:
image: ghcr.io/apodini/swift:nightly
defaults:
run:
working-directory: ./WebService
steps:
- uses: actions/checkout@v2
- name: Install libsqlite3
run: apt-get update && apt-get install -y --no-install-recommends libsqlite3-dev
- name: Check Swift version
run: swift --version
- name: Build and test
run: swift build
linuxarmwebservices:
name: Docker Build and Push Image
runs-on: ubuntu-latest
Expand All @@ -47,7 +31,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
platforms: linux/arm64
- name: Set up docker buildx
uses: docker/setup-buildx-action@v1
with:
Expand Down

0 comments on commit 5d13a09

Please sign in to comment.