diff --git a/.github/workflows/docker-dev-image.yml b/.github/workflows/docker-dev-image.yml index d1db2100..07e0beb9 100644 --- a/.github/workflows/docker-dev-image.yml +++ b/.github/workflows/docker-dev-image.yml @@ -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 }} @@ -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 }} diff --git a/testdata/test_gotls_keylog.sh b/testdata/test_gotls_keylog.sh index 0d2a8999..940aa35e 100644 --- a/testdata/test_gotls_keylog.sh +++ b/testdata/test_gotls_keylog.sh @@ -22,7 +22,6 @@ function test_keylog_to_pcapng() { } function main() { - file ${APP} test_keylog_to_file test_keylog_to_pcapng } diff --git a/testdata/test_gotls_keylog_pie.sh b/testdata/test_gotls_keylog_pie.sh index d535fe0a..b1c9978d 100644 --- a/testdata/test_gotls_keylog_pie.sh +++ b/testdata/test_gotls_keylog_pie.sh @@ -22,7 +22,6 @@ function test_keylog_to_pcapng() { } function main() { - file ${APP} test_keylog_to_file test_keylog_to_pcapng } diff --git a/testdata/test_gotls_keylog_stripped.sh b/testdata/test_gotls_keylog_stripped.sh index e553e9c3..92c7fbee 100644 --- a/testdata/test_gotls_keylog_stripped.sh +++ b/testdata/test_gotls_keylog_stripped.sh @@ -22,7 +22,6 @@ function test_keylog_to_pcapng() { } function main() { - file ${APP} test_keylog_to_file test_keylog_to_pcapng } diff --git a/testdata/test_gotls_keylog_stripped_pie.sh b/testdata/test_gotls_keylog_stripped_pie.sh index e27c4c39..fa1f2fea 100644 --- a/testdata/test_gotls_keylog_stripped_pie.sh +++ b/testdata/test_gotls_keylog_stripped_pie.sh @@ -22,7 +22,6 @@ function test_keylog_to_pcapng() { } function main() { - file ${APP} test_keylog_to_file test_keylog_to_pcapng }