Skip to content

Commit

Permalink
DK-5158 revert build
Browse files Browse the repository at this point in the history
  • Loading branch information
rackep committed Nov 15, 2024
1 parent 04e8457 commit 37ff663
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,9 @@ jobs:
exit 1
fi
# - name: Build container image
# run: |
# docker build -t derp-server:latest .

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

- name: Build Docker image
id: build
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
with:
context: .
file: Dockerfile
push: false
load: true
tags: derp-server:latest
platforms: linux/amd64,linux/arm64
- name: Build container image
run: |
docker build -t derp-server:latest .
- name: Create image tarball
run: |
Expand Down

0 comments on commit 37ff663

Please sign in to comment.