Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Sep 22, 2024
1 parent ba677bb commit 032ada2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
with:
context: .
file: .github/build.Dockerfile
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG_NAME }}'
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -97,8 +97,8 @@ jobs:
with:
context: .
file: .github/build.Dockerfile
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest'
labels: ${{ steps.meta.outputs.labels }}
Expand Down
1 change: 0 additions & 1 deletion testdata/test_gotls_keylog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function test_keylog_to_pcapng() {
}

function main() {
file ${APP}
test_keylog_to_file
test_keylog_to_pcapng
}
Expand Down
1 change: 0 additions & 1 deletion testdata/test_gotls_keylog_pie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function test_keylog_to_pcapng() {
}

function main() {
file ${APP}
test_keylog_to_file
test_keylog_to_pcapng
}
Expand Down
1 change: 0 additions & 1 deletion testdata/test_gotls_keylog_stripped.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function test_keylog_to_pcapng() {
}

function main() {
file ${APP}
test_keylog_to_file
test_keylog_to_pcapng
}
Expand Down
1 change: 0 additions & 1 deletion testdata/test_gotls_keylog_stripped_pie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function test_keylog_to_pcapng() {
}

function main() {
file ${APP}
test_keylog_to_file
test_keylog_to_pcapng
}
Expand Down

0 comments on commit 032ada2

Please sign in to comment.