Skip to content

Commit ebd79b3

Browse files
committed
Now try the normal build
1 parent f17b2b6 commit ebd79b3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1818
- uses: actions/checkout@v2
1919

20-
# - name: Build and test the image
21-
# run: ./tests.sh
22-
2320
- name: Set up QEMU
2421
uses: docker/setup-qemu-action@v1
2522
- name: Set up Docker Buildx
@@ -34,8 +31,11 @@ jobs:
3431
echo "Flags: ${{ steps.buildx.outputs.flags }}"
3532
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
3633
37-
- name: Test an ARM build
38-
run: docker buildx build --output "type=image,push=false" --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x --tag testarm:snapshot --file ./Dockerfile .
34+
- name: Build and test the image
35+
run: ./tests.sh
36+
37+
# - name: Test an ARM build
38+
# run: docker buildx build --output "type=image,push=false" --platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x --tag testarm:snapshot --file ./Dockerfile .
3939

4040
- name: Scan the image
4141
id: scan

0 commit comments

Comments
 (0)